#[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§
impl Copy for ChunkType
impl Eq for ChunkType
impl StructuralPartialEq for ChunkType
Auto Trait Implementations§
impl Freeze for ChunkType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.