Struct windows_sys::Wdk::System::SystemServices::DEVICE_FLAGS
#[repr(C)]pub struct DEVICE_FLAGS {
pub _bitfield: u32,
}
Fields§
§_bitfield: u32
Trait Implementations§
§impl Clone for DEVICE_FLAGS
impl Clone for DEVICE_FLAGS
impl Copy for DEVICE_FLAGS
Auto Trait Implementations§
impl RefUnwindSafe for DEVICE_FLAGS
impl Send for DEVICE_FLAGS
impl Sync for DEVICE_FLAGS
impl Unpin for DEVICE_FLAGS
impl UnwindSafe for DEVICE_FLAGS
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