#[repr(u8)]pub enum DecoderOptflag {
Input = 105,
Output = 111,
}Expand description
Flags used in the easy decoder API.
Variants§
Trait Implementations§
Source§impl Clone for DecoderOptflag
impl Clone for DecoderOptflag
Source§fn clone(&self) -> DecoderOptflag
fn clone(&self) -> DecoderOptflag
Returns a duplicate 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 Debug for DecoderOptflag
impl Debug for DecoderOptflag
Source§impl Hash for DecoderOptflag
impl Hash for DecoderOptflag
Source§impl PartialEq for DecoderOptflag
impl PartialEq for DecoderOptflag
impl Copy for DecoderOptflag
impl Eq for DecoderOptflag
impl StructuralPartialEq for DecoderOptflag
Auto Trait Implementations§
impl Freeze for DecoderOptflag
impl RefUnwindSafe for DecoderOptflag
impl Send for DecoderOptflag
impl Sync for DecoderOptflag
impl Unpin for DecoderOptflag
impl UnwindSafe for DecoderOptflag
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