#[repr(C)]pub struct DEV_BROADCAST_OEM {
pub dbco_size: DWORD,
pub dbco_devicetype: DWORD,
pub dbco_reserved: DWORD,
pub dbco_identifier: DWORD,
pub dbco_suppfunc: DWORD,
}
Fields§
§dbco_size: DWORD
§dbco_devicetype: DWORD
§dbco_reserved: DWORD
§dbco_identifier: DWORD
§dbco_suppfunc: DWORD
Trait Implementations§
Source§impl Clone for DEV_BROADCAST_OEM
impl Clone for DEV_BROADCAST_OEM
Source§fn clone(&self) -> DEV_BROADCAST_OEM
fn clone(&self) -> DEV_BROADCAST_OEM
Returns a duplicate 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 DEV_BROADCAST_OEM
impl Default for DEV_BROADCAST_OEM
Source§fn default() -> DEV_BROADCAST_OEM
fn default() -> DEV_BROADCAST_OEM
Returns the “default value” for a type. Read more
impl Copy for DEV_BROADCAST_OEM
Auto Trait Implementations§
impl Freeze for DEV_BROADCAST_OEM
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more