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