#[repr(C)]pub struct nvme_mgmt_addr_list_log {
pub mad: [nvme_mgmt_addr_desc; 8],
}Expand description
struct nvme_mgmt_addr_list_log - Management Address List Log @mad: Management Address Descriptor
Fields§
§mad: [nvme_mgmt_addr_desc; 8]Trait Implementations§
Source§impl Clone for nvme_mgmt_addr_list_log
impl Clone for nvme_mgmt_addr_list_log
Source§fn clone(&self) -> nvme_mgmt_addr_list_log
fn clone(&self) -> nvme_mgmt_addr_list_log
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_list_log
impl Debug for nvme_mgmt_addr_list_log
Source§impl Default for nvme_mgmt_addr_list_log
impl Default for nvme_mgmt_addr_list_log
impl Copy for nvme_mgmt_addr_list_log
Auto Trait Implementations§
impl Freeze for nvme_mgmt_addr_list_log
impl RefUnwindSafe for nvme_mgmt_addr_list_log
impl Send for nvme_mgmt_addr_list_log
impl Sync for nvme_mgmt_addr_list_log
impl Unpin for nvme_mgmt_addr_list_log
impl UnsafeUnpin for nvme_mgmt_addr_list_log
impl UnwindSafe for nvme_mgmt_addr_list_log
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