#[repr(C, packed(1))]pub struct DEVICE_USER_CHANGE_EVENT_DATA {
pub cbDeviceUserChangeEventData: u32,
pub wszUser: u16,
}
Expand description
Required features: "Win32_System_SideShow"
Fields
cbDeviceUserChangeEventData: u32
wszUser: u16
Trait Implementations
impl Clone for DEVICE_USER_CHANGE_EVENT_DATA
impl Clone for DEVICE_USER_CHANGE_EVENT_DATA
impl Copy for DEVICE_USER_CHANGE_EVENT_DATA
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_USER_CHANGE_EVENT_DATA
impl Send for DEVICE_USER_CHANGE_EVENT_DATA
impl Sync for DEVICE_USER_CHANGE_EVENT_DATA
impl Unpin for DEVICE_USER_CHANGE_EVENT_DATA
impl UnwindSafe for DEVICE_USER_CHANGE_EVENT_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more