pub struct V4l2FmtDesc {
pub index: u32,
pub pixelformat: u32,
pub description: [u8; 32],
pub flags: u32,
}Expand description
V4L2 format description (for enumeration)
Fields§
§index: u32Format index
pixelformat: u32FourCC pixel format
description: [u8; 32]Description string
flags: u32Flags
Trait Implementations§
Source§impl Clone for V4l2FmtDesc
impl Clone for V4l2FmtDesc
Source§fn clone(&self) -> V4l2FmtDesc
fn clone(&self) -> V4l2FmtDesc
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 V4l2FmtDesc
impl Debug for V4l2FmtDesc
impl Copy for V4l2FmtDesc
Auto Trait Implementations§
impl Freeze for V4l2FmtDesc
impl RefUnwindSafe for V4l2FmtDesc
impl Send for V4l2FmtDesc
impl Sync for V4l2FmtDesc
impl Unpin for V4l2FmtDesc
impl UnwindSafe for V4l2FmtDesc
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)