Struct winapi::um::cfgmgr32::DEVPRIVATE_RANGE
source · #[repr(C)]#[repr(packed)]pub struct DEVPRIVATE_RANGE {
pub PR_Data1: DWORD,
pub PR_Data2: DWORD,
pub PR_Data3: DWORD,
}
Fields§
§PR_Data1: DWORD
§PR_Data2: DWORD
§PR_Data3: DWORD
Trait Implementations§
source§impl Clone for DEVPRIVATE_RANGE
impl Clone for DEVPRIVATE_RANGE
source§fn clone(&self) -> DEVPRIVATE_RANGE
fn clone(&self) -> DEVPRIVATE_RANGE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DEVPRIVATE_RANGE
impl Default for DEVPRIVATE_RANGE
source§fn default() -> DEVPRIVATE_RANGE
fn default() -> DEVPRIVATE_RANGE
Returns the “default value” for a type. Read more