Struct direct_storage::DSTORAGE_COMPRESSION
source · #[repr(transparent)]pub struct DSTORAGE_COMPRESSION(pub i32);Tuple Fields§
§0: i32Trait Implementations§
source§impl Clone for DSTORAGE_COMPRESSION
impl Clone for DSTORAGE_COMPRESSION
source§impl Debug for DSTORAGE_COMPRESSION
impl Debug for DSTORAGE_COMPRESSION
source§impl Default for DSTORAGE_COMPRESSION
impl Default for DSTORAGE_COMPRESSION
source§impl PartialEq for DSTORAGE_COMPRESSION
impl PartialEq for DSTORAGE_COMPRESSION
source§fn eq(&self, other: &DSTORAGE_COMPRESSION) -> bool
fn eq(&self, other: &DSTORAGE_COMPRESSION) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DSTORAGE_COMPRESSION
impl Eq for DSTORAGE_COMPRESSION
impl StructuralPartialEq for DSTORAGE_COMPRESSION
Auto Trait Implementations§
impl RefUnwindSafe for DSTORAGE_COMPRESSION
impl Send for DSTORAGE_COMPRESSION
impl Sync for DSTORAGE_COMPRESSION
impl Unpin for DSTORAGE_COMPRESSION
impl UnwindSafe for DSTORAGE_COMPRESSION
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