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