#[repr(C)]pub struct nvmf_common_command {
pub opcode: __u8,
pub resv1: __u8,
pub command_id: __u16,
pub fctype: __u8,
pub resv2: [__u8; 35],
pub ts: [__u8; 24],
}
Fields§
§opcode: __u8
§resv1: __u8
§command_id: __u16
§fctype: __u8
§resv2: [__u8; 35]
§ts: [__u8; 24]
Trait Implementations§
Source§impl Clone for nvmf_common_command
impl Clone for nvmf_common_command
Source§fn clone(&self) -> nvmf_common_command
fn clone(&self) -> nvmf_common_command
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for nvmf_common_command
impl Debug for nvmf_common_command
Source§impl Default for nvmf_common_command
impl Default for nvmf_common_command
Source§impl PartialEq for nvmf_common_command
impl PartialEq for nvmf_common_command
impl Copy for nvmf_common_command
impl Eq for nvmf_common_command
impl StructuralPartialEq for nvmf_common_command
Auto Trait Implementations§
impl Freeze for nvmf_common_command
impl RefUnwindSafe for nvmf_common_command
impl Send for nvmf_common_command
impl Sync for nvmf_common_command
impl Unpin for nvmf_common_command
impl UnwindSafe for nvmf_common_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