#[repr(transparent)]pub struct DSTORAGE_DEBUG(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
Source§impl BitAnd for DSTORAGE_DEBUG
impl BitAnd for DSTORAGE_DEBUG
Source§impl BitAndAssign for DSTORAGE_DEBUG
impl BitAndAssign for DSTORAGE_DEBUG
Source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read moreSource§impl BitOr for DSTORAGE_DEBUG
impl BitOr for DSTORAGE_DEBUG
Source§impl BitOrAssign for DSTORAGE_DEBUG
impl BitOrAssign for DSTORAGE_DEBUG
Source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read moreSource§impl Clone for DSTORAGE_DEBUG
impl Clone for DSTORAGE_DEBUG
Source§fn clone(&self) -> DSTORAGE_DEBUG
fn clone(&self) -> DSTORAGE_DEBUG
Returns a duplicate 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 moreSource§impl Debug for DSTORAGE_DEBUG
impl Debug for DSTORAGE_DEBUG
Source§impl Default for DSTORAGE_DEBUG
impl Default for DSTORAGE_DEBUG
Source§fn default() -> DSTORAGE_DEBUG
fn default() -> DSTORAGE_DEBUG
Returns the “default value” for a type. Read more
Source§impl Not for DSTORAGE_DEBUG
impl Not for DSTORAGE_DEBUG
Source§impl PartialEq for DSTORAGE_DEBUG
impl PartialEq for DSTORAGE_DEBUG
impl Copy for DSTORAGE_DEBUG
impl Eq for DSTORAGE_DEBUG
impl StructuralPartialEq for DSTORAGE_DEBUG
Auto Trait Implementations§
impl Freeze for DSTORAGE_DEBUG
impl RefUnwindSafe for DSTORAGE_DEBUG
impl Send for DSTORAGE_DEBUG
impl Sync for DSTORAGE_DEBUG
impl Unpin for DSTORAGE_DEBUG
impl UnwindSafe for DSTORAGE_DEBUG
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