Struct direct_storage::DSTORAGE_DEBUG
source · #[repr(transparent)]pub struct DSTORAGE_DEBUG(pub u32);Tuple Fields§
§0: u32Implementations§
source§impl DSTORAGE_DEBUG
impl DSTORAGE_DEBUG
pub const DSTORAGE_DEBUG_NONE: Self = _
pub const DSTORAGE_DEBUG_SHOW_ERRORS: Self = _
pub const DSTORAGE_DEBUG_BREAK_ON_ERROR: Self = _
pub const DSTORAGE_DEBUG_RECORD_OBJECT_NAMES: Self = _
Trait Implementations§
source§impl BitAnd<DSTORAGE_DEBUG> for DSTORAGE_DEBUG
impl BitAnd<DSTORAGE_DEBUG> for DSTORAGE_DEBUG
source§impl BitAndAssign<DSTORAGE_DEBUG> for DSTORAGE_DEBUG
impl BitAndAssign<DSTORAGE_DEBUG> for DSTORAGE_DEBUG
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moresource§impl BitOr<DSTORAGE_DEBUG> for DSTORAGE_DEBUG
impl BitOr<DSTORAGE_DEBUG> for DSTORAGE_DEBUG
source§impl BitOrAssign<DSTORAGE_DEBUG> for DSTORAGE_DEBUG
impl BitOrAssign<DSTORAGE_DEBUG> for DSTORAGE_DEBUG
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: 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 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 moresource§impl Debug for DSTORAGE_DEBUG
impl Debug for DSTORAGE_DEBUG
source§impl PartialEq<DSTORAGE_DEBUG> for DSTORAGE_DEBUG
impl PartialEq<DSTORAGE_DEBUG> 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 ==.