#[repr(C)]pub struct nvme_mgmt_addr_desc {
pub mat: __u8,
pub rsvd1: [__u8; 3],
pub madrs: [__u8; 508],
}Expand description
struct nvme_mgmt_addr_desc - Management Address Descriptor @mat: Management Address Type @rsvd1: Reserved @madrs: Management Address
Fields§
§mat: __u8§rsvd1: [__u8; 3]§madrs: [__u8; 508]Trait Implementations§
Source§impl Clone for nvme_mgmt_addr_desc
impl Clone for nvme_mgmt_addr_desc
Source§fn clone(&self) -> nvme_mgmt_addr_desc
fn clone(&self) -> nvme_mgmt_addr_desc
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_mgmt_addr_desc
impl Debug for nvme_mgmt_addr_desc
Source§impl Default for nvme_mgmt_addr_desc
impl Default for nvme_mgmt_addr_desc
impl Copy for nvme_mgmt_addr_desc
Auto Trait Implementations§
impl Freeze for nvme_mgmt_addr_desc
impl RefUnwindSafe for nvme_mgmt_addr_desc
impl Send for nvme_mgmt_addr_desc
impl Sync for nvme_mgmt_addr_desc
impl Unpin for nvme_mgmt_addr_desc
impl UnsafeUnpin for nvme_mgmt_addr_desc
impl UnwindSafe for nvme_mgmt_addr_desc
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