Enum v4l2r::Quantization
source · #[repr(u32)]pub enum Quantization {
Default = 0,
FullRange = 1,
LimRange = 2,
}Expand description
Equivalent of enum v4l2_quantization.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for Quantization
impl Clone for Quantization
source§fn clone(&self) -> Quantization
fn clone(&self) -> Quantization
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 Debug for Quantization
impl Debug for Quantization
source§impl PartialEq for Quantization
impl PartialEq for Quantization
source§fn eq(&self, other: &Quantization) -> bool
fn eq(&self, other: &Quantization) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for Quantization
impl Eq for Quantization
impl StructuralPartialEq for Quantization
Auto Trait Implementations§
impl Freeze for Quantization
impl RefUnwindSafe for Quantization
impl Send for Quantization
impl Sync for Quantization
impl Unpin for Quantization
impl UnwindSafe for Quantization
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