#[repr(transparent)]pub struct DSTORAGE_COMPRESSION_SUPPORT(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
source§impl BitAndAssign for DSTORAGE_COMPRESSION_SUPPORT
impl BitAndAssign for DSTORAGE_COMPRESSION_SUPPORT
source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read moresource§impl BitOr for DSTORAGE_COMPRESSION_SUPPORT
impl BitOr for DSTORAGE_COMPRESSION_SUPPORT
source§impl BitOrAssign for DSTORAGE_COMPRESSION_SUPPORT
impl BitOrAssign for DSTORAGE_COMPRESSION_SUPPORT
source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read moresource§impl Clone for DSTORAGE_COMPRESSION_SUPPORT
impl Clone for DSTORAGE_COMPRESSION_SUPPORT
source§impl Debug for DSTORAGE_COMPRESSION_SUPPORT
impl Debug for DSTORAGE_COMPRESSION_SUPPORT
source§impl Not for DSTORAGE_COMPRESSION_SUPPORT
impl Not for DSTORAGE_COMPRESSION_SUPPORT
source§impl PartialEq for DSTORAGE_COMPRESSION_SUPPORT
impl PartialEq for DSTORAGE_COMPRESSION_SUPPORT
source§fn eq(&self, other: &DSTORAGE_COMPRESSION_SUPPORT) -> bool
fn eq(&self, other: &DSTORAGE_COMPRESSION_SUPPORT) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DSTORAGE_COMPRESSION_SUPPORT
impl Eq for DSTORAGE_COMPRESSION_SUPPORT
impl StructuralPartialEq for DSTORAGE_COMPRESSION_SUPPORT
Auto Trait Implementations§
impl RefUnwindSafe for DSTORAGE_COMPRESSION_SUPPORT
impl Send for DSTORAGE_COMPRESSION_SUPPORT
impl Sync for DSTORAGE_COMPRESSION_SUPPORT
impl Unpin for DSTORAGE_COMPRESSION_SUPPORT
impl UnwindSafe for DSTORAGE_COMPRESSION_SUPPORT
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