#[repr(C)]pub struct nvme_format_cmd {
pub opcode: __u8,
pub flags: __u8,
pub command_id: __u16,
pub nsid: __le32,
pub rsvd2: [__u64; 4],
pub cdw10: __le32,
pub rsvd11: [__u32; 5],
}Fields§
§opcode: __u8§flags: __u8§command_id: __u16§nsid: __le32§rsvd2: [__u64; 4]§cdw10: __le32§rsvd11: [__u32; 5]Trait Implementations§
Source§impl Clone for nvme_format_cmd
impl Clone for nvme_format_cmd
Source§fn clone(&self) -> nvme_format_cmd
fn clone(&self) -> nvme_format_cmd
Returns a duplicate 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 moreSource§impl Debug for nvme_format_cmd
impl Debug for nvme_format_cmd
Source§impl Default for nvme_format_cmd
impl Default for nvme_format_cmd
Source§fn default() -> nvme_format_cmd
fn default() -> nvme_format_cmd
Returns the “default value” for a type. Read more
Source§impl PartialEq for nvme_format_cmd
impl PartialEq for nvme_format_cmd
impl Copy for nvme_format_cmd
impl Eq for nvme_format_cmd
impl StructuralPartialEq for nvme_format_cmd
Auto Trait Implementations§
impl Freeze for nvme_format_cmd
impl RefUnwindSafe for nvme_format_cmd
impl Send for nvme_format_cmd
impl Sync for nvme_format_cmd
impl Unpin for nvme_format_cmd
impl UnwindSafe for nvme_format_cmd
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