Enum miniz_oxide::deflate::core::TDEFLFlush [−][src]
pub enum TDEFLFlush { None, Sync, Full, Finish, }
A list of deflate flush types.
Variants
Compress as much as there is space for, and then return waiting for more input.
Try to flush the current data and output an empty raw block.
Same as sync, but reset the dictionary so that the following data does not depend on previous data.
Try to flush everything and end the stream.
Implementations
impl TDEFLFlush
[src][−]
Trait Implementations
impl Clone for TDEFLFlush
[src][+]
impl Copy for TDEFLFlush
[src]
impl Debug for TDEFLFlush
[src][+]
impl Eq for TDEFLFlush
[src]
impl From<MZFlush> for TDEFLFlush
[src][+]
impl Hash for TDEFLFlush
[src][+]
impl PartialEq<TDEFLFlush> for TDEFLFlush
[src][+]
impl StructuralEq for TDEFLFlush
[src]
impl StructuralPartialEq for TDEFLFlush
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,