#[repr(C)]pub struct nvme_cmd_effects_log {
pub acs: [__le32; 256],
pub iocs: [__le32; 256],
pub rsvd: [__u8; 2048],
}Expand description
struct nvme_cmd_effects_log - Commands Supported and Effects Log @acs: Admin Command Supported @iocs: I/O Command Supported @rsvd: Reserved
Fields§
§acs: [__le32; 256]§iocs: [__le32; 256]§rsvd: [__u8; 2048]Trait Implementations§
Source§impl Clone for nvme_cmd_effects_log
impl Clone for nvme_cmd_effects_log
Source§fn clone(&self) -> nvme_cmd_effects_log
fn clone(&self) -> nvme_cmd_effects_log
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_cmd_effects_log
impl Debug for nvme_cmd_effects_log
Source§impl Default for nvme_cmd_effects_log
impl Default for nvme_cmd_effects_log
impl Copy for nvme_cmd_effects_log
Auto Trait Implementations§
impl Freeze for nvme_cmd_effects_log
impl RefUnwindSafe for nvme_cmd_effects_log
impl Send for nvme_cmd_effects_log
impl Sync for nvme_cmd_effects_log
impl Unpin for nvme_cmd_effects_log
impl UnsafeUnpin for nvme_cmd_effects_log
impl UnwindSafe for nvme_cmd_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