#[repr(u32)]pub enum v4l2_hsv_encoding {
V4L2_HSV_ENC_180 = 128,
V4L2_HSV_ENC_256 = 129,
}
Variants§
Trait Implementations§
Source§impl Clone for v4l2_hsv_encoding
impl Clone for v4l2_hsv_encoding
Source§fn clone(&self) -> v4l2_hsv_encoding
fn clone(&self) -> v4l2_hsv_encoding
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 v4l2_hsv_encoding
impl Debug for v4l2_hsv_encoding
Source§impl Hash for v4l2_hsv_encoding
impl Hash for v4l2_hsv_encoding
Source§impl PartialEq for v4l2_hsv_encoding
impl PartialEq for v4l2_hsv_encoding
impl Copy for v4l2_hsv_encoding
impl Eq for v4l2_hsv_encoding
impl StructuralPartialEq for v4l2_hsv_encoding
Auto Trait Implementations§
impl Freeze for v4l2_hsv_encoding
impl RefUnwindSafe for v4l2_hsv_encoding
impl Send for v4l2_hsv_encoding
impl Sync for v4l2_hsv_encoding
impl Unpin for v4l2_hsv_encoding
impl UnwindSafe for v4l2_hsv_encoding
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