#[repr(u32)]pub enum ChunkType {
Zero = 0,
Raw = 1,
Ignore = 2,
Comment = 2_147_483_646,
Adc = 2_147_483_652,
Zlib = 2_147_483_653,
Bzlib = 2_147_483_654,
Lzfse = 2_147_483_655,
Term = 4_294_967_295,
}Expand description
Possible compression types of the BlkxChunk.
Variants§
Zero = 0
Raw = 1
Ignore = 2
Comment = 2_147_483_646
Adc = 2_147_483_652
Zlib = 2_147_483_653
Bzlib = 2_147_483_654
Lzfse = 2_147_483_655
Term = 4_294_967_295
Implementations§
Trait Implementations§
source§impl PartialEq for ChunkType
impl PartialEq for ChunkType
impl Copy for ChunkType
impl Eq for ChunkType
impl StructuralEq for ChunkType
impl StructuralPartialEq for ChunkType
Auto Trait Implementations§
impl RefUnwindSafe for ChunkType
impl Send for ChunkType
impl Sync for ChunkType
impl Unpin for ChunkType
impl UnwindSafe for ChunkType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.