pub struct ChunkType(_);Expand description
A 4-byte chunk type code.
Implementations§
Trait Implementations§
source§impl Ord for ChunkType
impl Ord for ChunkType
source§impl PartialEq<ChunkType> for ChunkType
impl PartialEq<ChunkType> for ChunkType
source§impl PartialOrd<ChunkType> for ChunkType
impl PartialOrd<ChunkType> for ChunkType
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more