Struct NVME_FIRMWARE_SLOT_INFO_LOG
#[repr(C)]pub struct NVME_FIRMWARE_SLOT_INFO_LOG {
pub AFI: NVME_FIRMWARE_SLOT_INFO_LOG_0,
pub Reserved0: [u8; 7],
pub FRS: [u64; 7],
pub Reserved1: [u8; 448],
}
Fields§
§AFI: NVME_FIRMWARE_SLOT_INFO_LOG_0
§Reserved0: [u8; 7]
§FRS: [u64; 7]
§Reserved1: [u8; 448]
Trait Implementations§
§impl Clone for NVME_FIRMWARE_SLOT_INFO_LOG
impl Clone for NVME_FIRMWARE_SLOT_INFO_LOG
§fn clone(&self) -> NVME_FIRMWARE_SLOT_INFO_LOG
fn clone(&self) -> NVME_FIRMWARE_SLOT_INFO_LOG
Returns a copy of the value. Read more
1.0.0 · 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_FIRMWARE_SLOT_INFO_LOG
Auto Trait Implementations§
impl Freeze for NVME_FIRMWARE_SLOT_INFO_LOG
impl RefUnwindSafe for NVME_FIRMWARE_SLOT_INFO_LOG
impl Send for NVME_FIRMWARE_SLOT_INFO_LOG
impl Sync for NVME_FIRMWARE_SLOT_INFO_LOG
impl Unpin for NVME_FIRMWARE_SLOT_INFO_LOG
impl UnwindSafe for NVME_FIRMWARE_SLOT_INFO_LOG
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