Struct direct_storage::DSTORAGE_DEBUG
source · #[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§impl Debug for DSTORAGE_DEBUG
impl Debug for DSTORAGE_DEBUG
source§impl Default for DSTORAGE_DEBUG
impl Default for DSTORAGE_DEBUG
source§impl Not for DSTORAGE_DEBUG
impl Not for DSTORAGE_DEBUG
source§impl PartialEq for DSTORAGE_DEBUG
impl PartialEq for DSTORAGE_DEBUG
source§fn eq(&self, other: &DSTORAGE_DEBUG) -> bool
fn eq(&self, other: &DSTORAGE_DEBUG) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DSTORAGE_DEBUG
impl Eq for DSTORAGE_DEBUG
impl StructuralPartialEq for DSTORAGE_DEBUG
Auto Trait Implementations§
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