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