#[repr(C)]pub struct nvmf_connect_command {}Fields§
§opcode: __u8§resv1: __u8§command_id: __u16§fctype: __u8§resv2: [__u8; 19]§dptr: nvme_data_ptr§recfmt: __le16§qid: __le16§sqsize: __le16§cattr: __u8§resv3: __u8§kato: __le32§resv4: [__u8; 12]Trait Implementations§
Source§impl Clone for nvmf_connect_command
impl Clone for nvmf_connect_command
Source§fn clone(&self) -> nvmf_connect_command
fn clone(&self) -> nvmf_connect_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 nvmf_connect_command
impl Default for nvmf_connect_command
impl Copy for nvmf_connect_command
Auto Trait Implementations§
impl Freeze for nvmf_connect_command
impl RefUnwindSafe for nvmf_connect_command
impl Send for nvmf_connect_command
impl Sync for nvmf_connect_command
impl Unpin for nvmf_connect_command
impl UnwindSafe for nvmf_connect_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