#[repr(C)]pub struct nvme_ave_discover_log_entry {
pub tel: __le32,
pub avenqn: [c_char; 224],
pub numatr: __u8,
pub rsvd229: [__u8; 3],
pub atr: __IncompleteArrayField<nvme_ave_tr_record>,
}Expand description
struct nvme_ave_discover_log_entry - AVE Discovery Log Entry @tel: Total Entry Length @avenqn: AVE NQN @numatr: Number of AVE Transport Records @rsvd229: Reserved @atr: AVE Transport Record List
Fields§
§tel: __le32§avenqn: [c_char; 224]§numatr: __u8§rsvd229: [__u8; 3]§atr: __IncompleteArrayField<nvme_ave_tr_record>Trait Implementations§
Source§impl Debug for nvme_ave_discover_log_entry
impl Debug for nvme_ave_discover_log_entry
Auto Trait Implementations§
impl Freeze for nvme_ave_discover_log_entry
impl RefUnwindSafe for nvme_ave_discover_log_entry
impl Send for nvme_ave_discover_log_entry
impl Sync for nvme_ave_discover_log_entry
impl Unpin for nvme_ave_discover_log_entry
impl UnsafeUnpin for nvme_ave_discover_log_entry
impl UnwindSafe for nvme_ave_discover_log_entry
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