Enum cyfs_bdt::chunk::ChunkDecoderState
source · [−]pub enum ChunkDecoderState {
Decoding(u32),
Ready,
}Variants
Decoding(u32)
Ready
Trait Implementations
sourceimpl Clone for ChunkDecoderState
impl Clone for ChunkDecoderState
sourcefn clone(&self) -> ChunkDecoderState
fn clone(&self) -> ChunkDecoderState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl PartialEq<ChunkDecoderState> for ChunkDecoderState
impl PartialEq<ChunkDecoderState> for ChunkDecoderState
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &ChunkDecoderState) -> bool
fn ne(&self, other: &ChunkDecoderState) -> bool
This method tests for !=.
impl Eq for ChunkDecoderState
impl StructuralEq for ChunkDecoderState
impl StructuralPartialEq for ChunkDecoderState
Auto Trait Implementations
impl RefUnwindSafe for ChunkDecoderState
impl Send for ChunkDecoderState
impl Sync for ChunkDecoderState
impl Unpin for ChunkDecoderState
impl UnwindSafe for ChunkDecoderState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more