Enum cyfs_bdt::ndn::chunk::ChunkDecoderState
source · pub enum ChunkDecoderState {
Decoding(u32),
Ready,
}Variants§
Trait Implementations§
source§impl Clone for ChunkDecoderState
impl Clone for ChunkDecoderState
source§fn clone(&self) -> ChunkDecoderState
fn clone(&self) -> ChunkDecoderState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<ChunkDecoderState> for ChunkDecoderState
impl PartialEq<ChunkDecoderState> for ChunkDecoderState
source§fn eq(&self, other: &ChunkDecoderState) -> bool
fn eq(&self, other: &ChunkDecoderState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.