Struct windows_sys::Win32::System::SystemServices::DEV_BROADCAST_OEM
[−]#[repr(C)]pub struct DEV_BROADCAST_OEM {
pub dbco_size: u32,
pub dbco_devicetype: u32,
pub dbco_reserved: u32,
pub dbco_identifier: u32,
pub dbco_suppfunc: u32,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
dbco_size: u32
dbco_devicetype: u32
dbco_reserved: u32
dbco_identifier: u32
dbco_suppfunc: u32
Trait Implementations
impl Clone for DEV_BROADCAST_OEM
impl Clone for DEV_BROADCAST_OEM
impl Copy for DEV_BROADCAST_OEM
Auto Trait Implementations
impl RefUnwindSafe for DEV_BROADCAST_OEM
impl Send for DEV_BROADCAST_OEM
impl Sync for DEV_BROADCAST_OEM
impl Unpin for DEV_BROADCAST_OEM
impl UnwindSafe for DEV_BROADCAST_OEM
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