Struct NVM_SET_LIST
#[repr(C)]pub struct NVM_SET_LIST {
pub IdentifierCount: u8,
pub Reserved: [u8; 127],
pub Entry: [NVME_SET_ATTRIBUTES_ENTRY; 1],
}
Fields§
§IdentifierCount: u8
§Reserved: [u8; 127]
§Entry: [NVME_SET_ATTRIBUTES_ENTRY; 1]
Trait Implementations§
§impl Clone for NVM_SET_LIST
impl Clone for NVM_SET_LIST
§fn clone(&self) -> NVM_SET_LIST
fn clone(&self) -> NVM_SET_LIST
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 NVM_SET_LIST
Auto Trait Implementations§
impl Freeze for NVM_SET_LIST
impl RefUnwindSafe for NVM_SET_LIST
impl Send for NVM_SET_LIST
impl Sync for NVM_SET_LIST
impl Unpin for NVM_SET_LIST
impl UnwindSafe for NVM_SET_LIST
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