Enum cros_codecs::decoders::BlockingMode
source · [−]pub enum BlockingMode {
Blocking,
NonBlocking,
}
Expand description
Instructs the decoder on whether it should block on the decode operations. Nonblocking mode is conditional on backend support.
Variants
Blocking
NonBlocking
Trait Implementations
sourceimpl Clone for BlockingMode
impl Clone for BlockingMode
sourcefn clone(&self) -> BlockingMode
fn clone(&self) -> BlockingMode
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 moresourceimpl Debug for BlockingMode
impl Debug for BlockingMode
sourceimpl Default for BlockingMode
impl Default for BlockingMode
sourceimpl PartialEq<BlockingMode> for BlockingMode
impl PartialEq<BlockingMode> for BlockingMode
sourcefn eq(&self, other: &BlockingMode) -> bool
fn eq(&self, other: &BlockingMode) -> bool
impl Copy for BlockingMode
impl Eq for BlockingMode
impl StructuralEq for BlockingMode
impl StructuralPartialEq for BlockingMode
Auto Trait Implementations
impl RefUnwindSafe for BlockingMode
impl Send for BlockingMode
impl Sync for BlockingMode
impl Unpin for BlockingMode
impl UnwindSafe for BlockingMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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