#[repr(i32)]pub enum OodleDecodeThreadPhase {
Phase1 = 1,
Phase2 = 2,
All = 3,
}Variants§
Trait Implementations§
Source§impl Clone for OodleDecodeThreadPhase
impl Clone for OodleDecodeThreadPhase
Source§fn clone(&self) -> OodleDecodeThreadPhase
fn clone(&self) -> OodleDecodeThreadPhase
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 OodleDecodeThreadPhase
impl Debug for OodleDecodeThreadPhase
Source§impl Hash for OodleDecodeThreadPhase
impl Hash for OodleDecodeThreadPhase
Source§impl PartialEq for OodleDecodeThreadPhase
impl PartialEq for OodleDecodeThreadPhase
impl Copy for OodleDecodeThreadPhase
impl Eq for OodleDecodeThreadPhase
impl StructuralPartialEq for OodleDecodeThreadPhase
Auto Trait Implementations§
impl Freeze for OodleDecodeThreadPhase
impl RefUnwindSafe for OodleDecodeThreadPhase
impl Send for OodleDecodeThreadPhase
impl Sync for OodleDecodeThreadPhase
impl Unpin for OodleDecodeThreadPhase
impl UnwindSafe for OodleDecodeThreadPhase
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