#[repr(C)]pub struct nvme_format_nvm_start_event {
pub nsid: __le32,
pub fna: __u8,
pub rsvd5: [__u8; 3],
pub format_nvm_cdw10: __le32,
}Expand description
struct nvme_format_nvm_start_event - Format NVM Start Event Data @nsid: Namespace Identifier @fna: Format NVM Attributes @rsvd5: Reserved @format_nvm_cdw10: Format NVM CDW10
Fields§
§nsid: __le32§fna: __u8§rsvd5: [__u8; 3]§format_nvm_cdw10: __le32Trait Implementations§
Source§impl Clone for nvme_format_nvm_start_event
impl Clone for nvme_format_nvm_start_event
Source§fn clone(&self) -> nvme_format_nvm_start_event
fn clone(&self) -> nvme_format_nvm_start_event
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for nvme_format_nvm_start_event
impl Debug for nvme_format_nvm_start_event
Source§impl Default for nvme_format_nvm_start_event
impl Default for nvme_format_nvm_start_event
Source§fn default() -> nvme_format_nvm_start_event
fn default() -> nvme_format_nvm_start_event
Returns the “default value” for a type. Read more
impl Copy for nvme_format_nvm_start_event
Auto Trait Implementations§
impl Freeze for nvme_format_nvm_start_event
impl RefUnwindSafe for nvme_format_nvm_start_event
impl Send for nvme_format_nvm_start_event
impl Sync for nvme_format_nvm_start_event
impl Unpin for nvme_format_nvm_start_event
impl UnsafeUnpin for nvme_format_nvm_start_event
impl UnwindSafe for nvme_format_nvm_start_event
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