#[repr(C)]pub struct nvme_firmware_slot {
pub afi: __u8,
pub rsvd1: [__u8; 7],
pub frs: [[c_char; 8]; 7],
pub rsvd2: [__u8; 448],
}Expand description
struct nvme_firmware_slot - Firmware Slot Information Log @afi: Active Firmware Info @rsvd1: Reserved @frs: Firmware Revision for Slot @rsvd2: Reserved
Fields§
§afi: __u8§rsvd1: [__u8; 7]§frs: [[c_char; 8]; 7]§rsvd2: [__u8; 448]Trait Implementations§
Source§impl Clone for nvme_firmware_slot
impl Clone for nvme_firmware_slot
Source§fn clone(&self) -> nvme_firmware_slot
fn clone(&self) -> nvme_firmware_slot
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_firmware_slot
impl Debug for nvme_firmware_slot
Source§impl Default for nvme_firmware_slot
impl Default for nvme_firmware_slot
impl Copy for nvme_firmware_slot
Auto Trait Implementations§
impl Freeze for nvme_firmware_slot
impl RefUnwindSafe for nvme_firmware_slot
impl Send for nvme_firmware_slot
impl Sync for nvme_firmware_slot
impl Unpin for nvme_firmware_slot
impl UnsafeUnpin for nvme_firmware_slot
impl UnwindSafe for nvme_firmware_slot
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