#[repr(C)]pub struct nvme_secondary_controllers_list {
pub num: __u8,
pub rsvd: [__u8; 31],
pub sc_entry: [nvme_secondary_controller_entry; 127],
}Fields§
§num: __u8§rsvd: [__u8; 31]§sc_entry: [nvme_secondary_controller_entry; 127]Trait Implementations§
Source§impl Clone for nvme_secondary_controllers_list
impl Clone for nvme_secondary_controllers_list
Source§fn clone(&self) -> nvme_secondary_controllers_list
fn clone(&self) -> nvme_secondary_controllers_list
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_controllers_list
impl StructuralPartialEq for nvme_secondary_controllers_list
Auto Trait Implementations§
impl Freeze for nvme_secondary_controllers_list
impl RefUnwindSafe for nvme_secondary_controllers_list
impl Send for nvme_secondary_controllers_list
impl Sync for nvme_secondary_controllers_list
impl Unpin for nvme_secondary_controllers_list
impl UnsafeUnpin for nvme_secondary_controllers_list
impl UnwindSafe for nvme_secondary_controllers_list
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