Struct winapi::um::winuser::RID_DEVICE_INFO
source · #[repr(C)]pub struct RID_DEVICE_INFO {
pub cbSize: DWORD,
pub dwType: DWORD,
pub u: RID_DEVICE_INFO_u,
}
Fields§
§cbSize: DWORD
§dwType: DWORD
§u: RID_DEVICE_INFO_u
Trait Implementations§
source§impl Clone for RID_DEVICE_INFO
impl Clone for RID_DEVICE_INFO
source§fn clone(&self) -> RID_DEVICE_INFO
fn clone(&self) -> RID_DEVICE_INFO
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 RID_DEVICE_INFO
impl Default for RID_DEVICE_INFO
source§fn default() -> RID_DEVICE_INFO
fn default() -> RID_DEVICE_INFO
Returns the “default value” for a type. Read more