pub struct Packbits;
Expand description
Trait Implementations
sourceimpl Compression for Packbits
impl Compression for Packbits
sourceconst COMPRESSION_METHOD: CompressionMethod = CompressionMethod::PackBits
const COMPRESSION_METHOD: CompressionMethod = CompressionMethod::PackBits
The corresponding tag to the algorithm.
sourcefn get_algorithm(&self) -> Compressor
fn get_algorithm(&self) -> Compressor
Method to optain a type that can store each variant of comression algorithm.
sourceimpl CompressionAlgorithm for Packbits
impl CompressionAlgorithm for Packbits
impl Copy for Packbits
impl Eq for Packbits
impl StructuralEq for Packbits
impl StructuralPartialEq for Packbits
Auto Trait Implementations
impl RefUnwindSafe for Packbits
impl Send for Packbits
impl Sync for Packbits
impl Unpin for Packbits
impl UnwindSafe for Packbits
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more