#[repr(C)]pub struct nvme_host_mem_buf_attrs {
pub hsize: __le32,
pub hmdlal: __le32,
pub hmdlau: __le32,
pub hmdlec: __le32,
pub rsvd16: [__u8; 4080],
}Expand description
struct nvme_host_mem_buf_attrs - Host Memory Buffer - Attributes Data Structure @hsize: Host Memory Buffer Size @hmdlal: Host Memory Descriptor List Lower Address @hmdlau: Host Memory Descriptor List Upper Address @hmdlec: Host Memory Descriptor List Entry Count @rsvd16: Reserved
Fields§
§hsize: __le32§hmdlal: __le32§hmdlau: __le32§hmdlec: __le32§rsvd16: [__u8; 4080]Trait Implementations§
Source§impl Clone for nvme_host_mem_buf_attrs
impl Clone for nvme_host_mem_buf_attrs
Source§fn clone(&self) -> nvme_host_mem_buf_attrs
fn clone(&self) -> nvme_host_mem_buf_attrs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 nvme_host_mem_buf_attrs
impl Debug for nvme_host_mem_buf_attrs
Source§impl Default for nvme_host_mem_buf_attrs
impl Default for nvme_host_mem_buf_attrs
impl Copy for nvme_host_mem_buf_attrs
Auto Trait Implementations§
impl Freeze for nvme_host_mem_buf_attrs
impl RefUnwindSafe for nvme_host_mem_buf_attrs
impl Send for nvme_host_mem_buf_attrs
impl Sync for nvme_host_mem_buf_attrs
impl Unpin for nvme_host_mem_buf_attrs
impl UnsafeUnpin for nvme_host_mem_buf_attrs
impl UnwindSafe for nvme_host_mem_buf_attrs
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