pub enum V4l2BufState {
Idle,
Queued,
Done,
}Expand description
V4L2 buffer state
Variants§
Idle
Buffer is available (dequeued)
Queued
Buffer is queued for capture
Done
Buffer has been filled with data
Trait Implementations§
Source§impl Clone for V4l2BufState
impl Clone for V4l2BufState
Source§fn clone(&self) -> V4l2BufState
fn clone(&self) -> V4l2BufState
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for V4l2BufState
impl Debug for V4l2BufState
Source§impl PartialEq for V4l2BufState
impl PartialEq for V4l2BufState
impl Copy for V4l2BufState
impl Eq for V4l2BufState
impl StructuralPartialEq for V4l2BufState
Auto Trait Implementations§
impl Freeze for V4l2BufState
impl RefUnwindSafe for V4l2BufState
impl Send for V4l2BufState
impl Sync for V4l2BufState
impl Unpin for V4l2BufState
impl UnwindSafe for V4l2BufState
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)