#[repr(C)]pub struct nvmf_ext_attr {
pub exattype: __le16,
pub exatlen: __le16,
pub exatval: __IncompleteArrayField<__u8>,
}Expand description
struct nvmf_ext_attr - Extended Attribute (EXAT) @exattype: Extended Attribute Type (EXATTYPE) - see @enum nvmf_exattype @exatlen: Extended Attribute Length (EXATLEN) @exatval: Extended Attribute Value (EXATVAL) - size allocated for array must be a multiple of 4 bytes
Fields§
§exattype: __le16§exatlen: __le16§exatval: __IncompleteArrayField<__u8>Trait Implementations§
Source§impl Debug for nvmf_ext_attr
impl Debug for nvmf_ext_attr
Source§impl Default for nvmf_ext_attr
impl Default for nvmf_ext_attr
Source§fn default() -> nvmf_ext_attr
fn default() -> nvmf_ext_attr
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for nvmf_ext_attr
impl RefUnwindSafe for nvmf_ext_attr
impl Send for nvmf_ext_attr
impl Sync for nvmf_ext_attr
impl Unpin for nvmf_ext_attr
impl UnsafeUnpin for nvmf_ext_attr
impl UnwindSafe for nvmf_ext_attr
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