#[repr(C)]pub struct nvme_boot_partition {
pub lid: __u8,
pub rsvd1: [__u8; 3],
pub bpinfo: __le32,
pub rsvd8: [__u8; 8],
pub boot_partition_data: __IncompleteArrayField<__u8>,
}Expand description
struct nvme_boot_partition - Boot Partition Log @lid: Boot Partition Identifier @rsvd1: Reserved @bpinfo: Boot Partition Information @rsvd8: Reserved @boot_partition_data: Contains the contents of the specified Boot Partition
Fields§
§lid: __u8§rsvd1: [__u8; 3]§bpinfo: __le32§rsvd8: [__u8; 8]§boot_partition_data: __IncompleteArrayField<__u8>Trait Implementations§
Source§impl Debug for nvme_boot_partition
impl Debug for nvme_boot_partition
Source§impl Default for nvme_boot_partition
impl Default for nvme_boot_partition
Source§fn default() -> nvme_boot_partition
fn default() -> nvme_boot_partition
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for nvme_boot_partition
impl RefUnwindSafe for nvme_boot_partition
impl Send for nvme_boot_partition
impl Sync for nvme_boot_partition
impl Unpin for nvme_boot_partition
impl UnsafeUnpin for nvme_boot_partition
impl UnwindSafe for nvme_boot_partition
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