#[repr(C)]pub struct nvme_effects_log {
pub acs: [__le32; 256],
pub iocs: [__le32; 256],
pub resv: [__u8; 2048],
}Fields§
§acs: [__le32; 256]§iocs: [__le32; 256]§resv: [__u8; 2048]Trait Implementations§
Source§impl Clone for nvme_effects_log
impl Clone for nvme_effects_log
Source§fn clone(&self) -> nvme_effects_log
fn clone(&self) -> nvme_effects_log
Returns a duplicate 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 moreSource§impl Debug for nvme_effects_log
impl Debug for nvme_effects_log
Source§impl Default for nvme_effects_log
impl Default for nvme_effects_log
Source§impl PartialEq for nvme_effects_log
impl PartialEq for nvme_effects_log
impl Copy for nvme_effects_log
impl Eq for nvme_effects_log
impl StructuralPartialEq for nvme_effects_log
Auto Trait Implementations§
impl Freeze for nvme_effects_log
impl RefUnwindSafe for nvme_effects_log
impl Send for nvme_effects_log
impl Sync for nvme_effects_log
impl Unpin for nvme_effects_log
impl UnwindSafe for nvme_effects_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