[][src]Struct miniz_oxide_c_api::tdefl_compressor

#[repr(C)]
pub struct tdefl_compressor {
    pub inner: Option<CompressorOxide>,
    pub callback: Option<CallbackFunc>,
}

Main compression struct. Not the same as CompressorOxide

Fields

inner: Option<CompressorOxide>callback: Option<CallbackFunc>

Methods

impl tdefl_compressor[src]

pub fn drop_inner(&mut self)[src]

Sets the inner state to None and thus drops it.

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

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

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

Trait Implementations

Auto Trait Implementations

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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]