#[repr(C)]pub struct nvme_get_log_page_command {}Fields§
§opcode: __u8§flags: __u8§command_id: __u16§nsid: __le32§rsvd2: [__u64; 2]§dptr: nvme_data_ptr§lid: __u8§lsp: __u8§numdl: __le16§numdu: __le16§rsvd11: __u16§lpol: __le32§lpou: __le32§rsvd14: [__u32; 2]Trait Implementations§
Source§impl Clone for nvme_get_log_page_command
impl Clone for nvme_get_log_page_command
Source§fn clone(&self) -> nvme_get_log_page_command
fn clone(&self) -> nvme_get_log_page_command
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 Default for nvme_get_log_page_command
impl Default for nvme_get_log_page_command
impl Copy for nvme_get_log_page_command
Auto Trait Implementations§
impl Freeze for nvme_get_log_page_command
impl RefUnwindSafe for nvme_get_log_page_command
impl Send for nvme_get_log_page_command
impl Sync for nvme_get_log_page_command
impl Unpin for nvme_get_log_page_command
impl UnwindSafe for nvme_get_log_page_command
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