#[repr(C)]pub struct nvmf_property_get_command {
pub opcode: __u8,
pub resv1: __u8,
pub command_id: __u16,
pub fctype: __u8,
pub resv2: [__u8; 35],
pub attrib: __u8,
pub resv3: [__u8; 3],
pub offset: __le32,
pub resv4: [__u8; 16],
}Fields§
§opcode: __u8§resv1: __u8§command_id: __u16§fctype: __u8§resv2: [__u8; 35]§attrib: __u8§resv3: [__u8; 3]§offset: __le32§resv4: [__u8; 16]Trait Implementations§
Source§impl Clone for nvmf_property_get_command
impl Clone for nvmf_property_get_command
Source§fn clone(&self) -> nvmf_property_get_command
fn clone(&self) -> nvmf_property_get_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 Debug for nvmf_property_get_command
impl Debug for nvmf_property_get_command
Source§impl Default for nvmf_property_get_command
impl Default for nvmf_property_get_command
impl Copy for nvmf_property_get_command
impl Eq for nvmf_property_get_command
impl StructuralPartialEq for nvmf_property_get_command
Auto Trait Implementations§
impl Freeze for nvmf_property_get_command
impl RefUnwindSafe for nvmf_property_get_command
impl Send for nvmf_property_get_command
impl Sync for nvmf_property_get_command
impl Unpin for nvmf_property_get_command
impl UnwindSafe for nvmf_property_get_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