pub struct HcCompressionLevel(/* private fields */);Expand description
The compression level to use with compress_hc.
Implementations§
Trait Implementations§
Source§impl Clone for HcCompressionLevel
impl Clone for HcCompressionLevel
Source§fn clone(&self) -> HcCompressionLevel
fn clone(&self) -> HcCompressionLevel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HcCompressionLevel
Source§impl From<HcCompressionLevel> for i32
impl From<HcCompressionLevel> for i32
Source§fn from(level: HcCompressionLevel) -> Self
fn from(level: HcCompressionLevel) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for HcCompressionLevel
impl RefUnwindSafe for HcCompressionLevel
impl Send for HcCompressionLevel
impl Sync for HcCompressionLevel
impl Unpin for HcCompressionLevel
impl UnsafeUnpin for HcCompressionLevel
impl UnwindSafe for HcCompressionLevel
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