#[repr(C)]pub struct v4l2_mbus_framefmt {
pub width: __u32,
pub height: __u32,
pub code: __u32,
pub field: __u32,
pub colorspace: __u32,
pub __bindgen_anon_1: v4l2_mbus_framefmt__bindgen_ty_1,
pub quantization: __u16,
pub xfer_func: __u16,
pub flags: __u16,
pub reserved: [__u16; 10],
}
Fields§
§width: __u32
§height: __u32
§code: __u32
§field: __u32
§colorspace: __u32
§__bindgen_anon_1: v4l2_mbus_framefmt__bindgen_ty_1
§quantization: __u16
§xfer_func: __u16
§flags: __u16
§reserved: [__u16; 10]
Trait Implementations§
Source§impl Clone for v4l2_mbus_framefmt
impl Clone for v4l2_mbus_framefmt
Source§fn clone(&self) -> v4l2_mbus_framefmt
fn clone(&self) -> v4l2_mbus_framefmt
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 moreimpl Copy for v4l2_mbus_framefmt
Auto Trait Implementations§
impl Freeze for v4l2_mbus_framefmt
impl RefUnwindSafe for v4l2_mbus_framefmt
impl Send for v4l2_mbus_framefmt
impl Sync for v4l2_mbus_framefmt
impl Unpin for v4l2_mbus_framefmt
impl UnwindSafe for v4l2_mbus_framefmt
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