[][src]Struct miniz_oxide_c_api::tdefl_compressor

#[repr(C)]
pub struct tdefl_compressor { /* fields omitted */ }

Main compression struct. Not the same as CompressorOxide

Methods

impl Compressor[src]

pub fn drop_inner(&mut self)[src]

Sets the inner state to None and thus drops it.

pub fn reset(&mut self)[src]

Reset the inner compressor if any.

pub fn adler32(&self) -> u32[src]

pub fn prev_return_status(&self) -> TDEFLStatus[src]

pub fn flags(&self) -> i32[src]

Return the compressor flags of the inner compressor.

Trait Implementations

impl StateType for Compressor[src]

impl Default for Compressor[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]