#[repr(u32)]pub enum v4l2_stateless_hevc_start_code {
V4L2_STATELESS_HEVC_START_CODE_NONE = 0,
V4L2_STATELESS_HEVC_START_CODE_ANNEX_B = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for v4l2_stateless_hevc_start_code
impl Clone for v4l2_stateless_hevc_start_code
Source§fn clone(&self) -> v4l2_stateless_hevc_start_code
fn clone(&self) -> v4l2_stateless_hevc_start_code
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 PartialEq for v4l2_stateless_hevc_start_code
impl PartialEq for v4l2_stateless_hevc_start_code
Source§fn eq(&self, other: &v4l2_stateless_hevc_start_code) -> bool
fn eq(&self, other: &v4l2_stateless_hevc_start_code) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for v4l2_stateless_hevc_start_code
impl Eq for v4l2_stateless_hevc_start_code
impl StructuralPartialEq for v4l2_stateless_hevc_start_code
Auto Trait Implementations§
impl Freeze for v4l2_stateless_hevc_start_code
impl RefUnwindSafe for v4l2_stateless_hevc_start_code
impl Send for v4l2_stateless_hevc_start_code
impl Sync for v4l2_stateless_hevc_start_code
impl Unpin for v4l2_stateless_hevc_start_code
impl UnwindSafe for v4l2_stateless_hevc_start_code
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