Struct win_sys::SystemServices::DEV_BROADCAST_VOLUME_FLAGS [−][src]
#[repr(transparent)]pub struct DEV_BROADCAST_VOLUME_FLAGS(pub u16);Expand description
Required features: Win32_System_SystemServices
Tuple Fields
0: u16Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DEV_BROADCAST_VOLUME_FLAGS
impl Send for DEV_BROADCAST_VOLUME_FLAGS
impl Sync for DEV_BROADCAST_VOLUME_FLAGS
impl Unpin for DEV_BROADCAST_VOLUME_FLAGS
impl UnwindSafe for DEV_BROADCAST_VOLUME_FLAGS
Blanket Implementations
Mutably borrows from an owned value. Read more