#[repr(C)]pub struct nvme_sanitize_start_event {
pub sani_cap: __le32,
pub sani_cdw10: __le32,
pub sani_cdw11: __le32,
}Expand description
struct nvme_sanitize_start_event - Sanitize Start Event Data @sani_cap: SANICAP @sani_cdw10: Sanitize CDW10 @sani_cdw11: Sanitize CDW11
Fields§
§sani_cap: __le32§sani_cdw10: __le32§sani_cdw11: __le32Trait Implementations§
Source§impl Clone for nvme_sanitize_start_event
impl Clone for nvme_sanitize_start_event
Source§fn clone(&self) -> nvme_sanitize_start_event
fn clone(&self) -> nvme_sanitize_start_event
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_sanitize_start_event
impl Debug for nvme_sanitize_start_event
Source§impl Default for nvme_sanitize_start_event
impl Default for nvme_sanitize_start_event
Source§fn default() -> nvme_sanitize_start_event
fn default() -> nvme_sanitize_start_event
Returns the “default value” for a type. Read more
impl Copy for nvme_sanitize_start_event
Auto Trait Implementations§
impl Freeze for nvme_sanitize_start_event
impl RefUnwindSafe for nvme_sanitize_start_event
impl Send for nvme_sanitize_start_event
impl Sync for nvme_sanitize_start_event
impl Unpin for nvme_sanitize_start_event
impl UnsafeUnpin for nvme_sanitize_start_event
impl UnwindSafe for nvme_sanitize_start_event
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