Struct NVME_SECURE_ERASE_SETTINGS
#[repr(transparent)]pub struct NVME_SECURE_ERASE_SETTINGS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for NVME_SECURE_ERASE_SETTINGS
impl Clone for NVME_SECURE_ERASE_SETTINGS
§fn clone(&self) -> NVME_SECURE_ERASE_SETTINGS
fn clone(&self) -> NVME_SECURE_ERASE_SETTINGS
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 more§impl Debug for NVME_SECURE_ERASE_SETTINGS
impl Debug for NVME_SECURE_ERASE_SETTINGS
§impl Default for NVME_SECURE_ERASE_SETTINGS
impl Default for NVME_SECURE_ERASE_SETTINGS
§fn default() -> NVME_SECURE_ERASE_SETTINGS
fn default() -> NVME_SECURE_ERASE_SETTINGS
Returns the “default value” for a type. Read more
§impl PartialEq for NVME_SECURE_ERASE_SETTINGS
impl PartialEq for NVME_SECURE_ERASE_SETTINGS
impl Copy for NVME_SECURE_ERASE_SETTINGS
impl Eq for NVME_SECURE_ERASE_SETTINGS
impl StructuralPartialEq for NVME_SECURE_ERASE_SETTINGS
Auto Trait Implementations§
impl Freeze for NVME_SECURE_ERASE_SETTINGS
impl RefUnwindSafe for NVME_SECURE_ERASE_SETTINGS
impl Send for NVME_SECURE_ERASE_SETTINGS
impl Sync for NVME_SECURE_ERASE_SETTINGS
impl Unpin for NVME_SECURE_ERASE_SETTINGS
impl UnwindSafe for NVME_SECURE_ERASE_SETTINGS
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