Struct direct_storage::DSTORAGE_COMPRESSION
source · #[repr(transparent)]pub struct DSTORAGE_COMPRESSION(pub i32);Tuple Fields§
§0: i32Implementations§
source§impl DSTORAGE_COMPRESSION
impl DSTORAGE_COMPRESSION
pub const DSTORAGE_COMPRESSION_FASTEST: Self = _
pub const DSTORAGE_COMPRESSION_DEFAULT: Self = _
pub const DSTORAGE_COMPRESSION_BEST_RATIO: Self = _
Trait Implementations§
source§impl Clone for DSTORAGE_COMPRESSION
impl Clone for DSTORAGE_COMPRESSION
source§fn clone(&self) -> DSTORAGE_COMPRESSION
fn clone(&self) -> DSTORAGE_COMPRESSION
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_COMPRESSION
impl Debug for DSTORAGE_COMPRESSION
source§impl PartialEq<DSTORAGE_COMPRESSION> for DSTORAGE_COMPRESSION
impl PartialEq<DSTORAGE_COMPRESSION> 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 ==.