Struct v4l2_sys_mit::v4l2_fmtdesc
source · #[repr(C)]pub struct v4l2_fmtdesc {
pub index: __u32,
pub type_: __u32,
pub flags: __u32,
pub description: [__u8; 32],
pub pixelformat: __u32,
pub reserved: [__u32; 4],
}
Fields§
§index: __u32
§type_: __u32
§flags: __u32
§description: [__u8; 32]
§pixelformat: __u32
§reserved: [__u32; 4]
Trait Implementations§
source§impl Clone for v4l2_fmtdesc
impl Clone for v4l2_fmtdesc
source§fn clone(&self) -> v4l2_fmtdesc
fn clone(&self) -> v4l2_fmtdesc
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_fmtdesc
impl Debug for v4l2_fmtdesc
impl Copy for v4l2_fmtdesc
Auto Trait Implementations§
impl Freeze for v4l2_fmtdesc
impl RefUnwindSafe for v4l2_fmtdesc
impl Send for v4l2_fmtdesc
impl Sync for v4l2_fmtdesc
impl Unpin for v4l2_fmtdesc
impl UnwindSafe for v4l2_fmtdesc
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