Struct 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
§fn clone(&self) -> DSSD_POWER_STATE_DESCRIPTOR
fn clone(&self) -> DSSD_POWER_STATE_DESCRIPTOR
Returns a copy 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 moreimpl Copy for DSSD_POWER_STATE_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for DSSD_POWER_STATE_DESCRIPTOR
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