Enum ipp_headers_sys::IppLZ77Flush
[−]
[src]
#[repr(u32)]pub enum IppLZ77Flush { IppLZ77NoFlush, IppLZ77SyncFlush, IppLZ77FullFlush, IppLZ77FinishFlush, }
Variants
IppLZ77NoFlushIppLZ77SyncFlushIppLZ77FullFlushIppLZ77FinishFlush
Trait Implementations
impl Debug for IppLZ77Flush[src]
impl Copy for IppLZ77Flush[src]
impl Clone for IppLZ77Flush[src]
fn clone(&self) -> IppLZ77Flush[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for IppLZ77Flush[src]
fn eq(&self, __arg_0: &IppLZ77Flush) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.