#[repr(transparent)]pub struct DSTORAGE_COMPRESSION_FORMAT(pub u8);Tuple Fields§
§0: u8Implementations§
source§impl DSTORAGE_COMPRESSION_FORMAT
impl DSTORAGE_COMPRESSION_FORMAT
pub const DSTORAGE_COMPRESSION_FORMAT_NONE: Self = _
pub const DSTORAGE_COMPRESSION_FORMAT_GDEFLATE: Self = _
pub const DSTORAGE_CUSTOM_COMPRESSION_0: Self = _
Trait Implementations§
source§impl Clone for DSTORAGE_COMPRESSION_FORMAT
impl Clone for DSTORAGE_COMPRESSION_FORMAT
source§fn clone(&self) -> DSTORAGE_COMPRESSION_FORMAT
fn clone(&self) -> DSTORAGE_COMPRESSION_FORMAT
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_FORMAT
impl Debug for DSTORAGE_COMPRESSION_FORMAT
source§impl PartialEq<DSTORAGE_COMPRESSION_FORMAT> for DSTORAGE_COMPRESSION_FORMAT
impl PartialEq<DSTORAGE_COMPRESSION_FORMAT> for DSTORAGE_COMPRESSION_FORMAT
source§fn eq(&self, other: &DSTORAGE_COMPRESSION_FORMAT) -> bool
fn eq(&self, other: &DSTORAGE_COMPRESSION_FORMAT) -> bool
This method tests for
self and other values to be equal, and is used
by ==.