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