#[repr(u32)]pub enum v4l2_priority {
V4L2_PRIORITY_UNSET = 0,
V4L2_PRIORITY_BACKGROUND = 1,
V4L2_PRIORITY_INTERACTIVE = 2,
V4L2_PRIORITY_RECORD = 3,
}
Variants§
V4L2_PRIORITY_UNSET = 0
V4L2_PRIORITY_BACKGROUND = 1
V4L2_PRIORITY_INTERACTIVE = 2
V4L2_PRIORITY_RECORD = 3
Implementations§
Source§impl v4l2_priority
impl v4l2_priority
pub const V4L2_PRIORITY_DEFAULT: v4l2_priority = v4l2_priority::V4L2_PRIORITY_INTERACTIVE
Trait Implementations§
Source§impl Clone for v4l2_priority
impl Clone for v4l2_priority
Source§fn clone(&self) -> v4l2_priority
fn clone(&self) -> v4l2_priority
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_priority
impl Debug for v4l2_priority
Source§impl Hash for v4l2_priority
impl Hash for v4l2_priority
Source§impl PartialEq for v4l2_priority
impl PartialEq for v4l2_priority
impl Copy for v4l2_priority
impl Eq for v4l2_priority
impl StructuralPartialEq for v4l2_priority
Auto Trait Implementations§
impl Freeze for v4l2_priority
impl RefUnwindSafe for v4l2_priority
impl Send for v4l2_priority
impl Sync for v4l2_priority
impl Unpin for v4l2_priority
impl UnwindSafe for v4l2_priority
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