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