#[repr(C)]pub struct nvme_secondary_controller_entry {
pub scid: __le16,
pub pcid: __le16,
pub scs: __u8,
pub rsvd5: [__u8; 3],
pub vfn: __le16,
pub nvq: __le16,
pub nvi: __le16,
pub rsvd14: [__u8; 18],
}Fields§
§scid: __le16§pcid: __le16§scs: __u8§rsvd5: [__u8; 3]§vfn: __le16§nvq: __le16§nvi: __le16§rsvd14: [__u8; 18]Trait Implementations§
Source§impl Clone for nvme_secondary_controller_entry
impl Clone for nvme_secondary_controller_entry
Source§fn clone(&self) -> nvme_secondary_controller_entry
fn clone(&self) -> nvme_secondary_controller_entry
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 moreimpl Copy for nvme_secondary_controller_entry
Source§impl Default for nvme_secondary_controller_entry
impl Default for nvme_secondary_controller_entry
Source§fn default() -> nvme_secondary_controller_entry
fn default() -> nvme_secondary_controller_entry
Returns the “default value” for a type. Read more
impl StructuralPartialEq for nvme_secondary_controller_entry
Auto Trait Implementations§
impl Freeze for nvme_secondary_controller_entry
impl RefUnwindSafe for nvme_secondary_controller_entry
impl Send for nvme_secondary_controller_entry
impl Sync for nvme_secondary_controller_entry
impl Unpin for nvme_secondary_controller_entry
impl UnsafeUnpin for nvme_secondary_controller_entry
impl UnwindSafe for nvme_secondary_controller_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