Struct windows_sys::Win32::Storage::Nvme::DEBUG_BIT_FIELD
#[repr(C, packed(1))]pub struct DEBUG_BIT_FIELD {
pub _bitfield: u16,
}
Fields§
§_bitfield: u16
Trait Implementations§
§impl Clone for DEBUG_BIT_FIELD
impl Clone for DEBUG_BIT_FIELD
impl Copy for DEBUG_BIT_FIELD
Auto Trait Implementations§
impl RefUnwindSafe for DEBUG_BIT_FIELD
impl Send for DEBUG_BIT_FIELD
impl Sync for DEBUG_BIT_FIELD
impl Unpin for DEBUG_BIT_FIELD
impl UnwindSafe for DEBUG_BIT_FIELD
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