Struct v4l2_sys_mit::v4l2_format
source · #[repr(C)]pub struct v4l2_format {
pub type_: __u32,
pub fmt: v4l2_format__bindgen_ty_1,
}
Fields§
§type_: __u32
§fmt: v4l2_format__bindgen_ty_1
Trait Implementations§
source§impl Clone for v4l2_format
impl Clone for v4l2_format
source§fn clone(&self) -> v4l2_format
fn clone(&self) -> v4l2_format
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_format
Auto Trait Implementations§
impl Freeze for v4l2_format
impl RefUnwindSafe for v4l2_format
impl !Send for v4l2_format
impl !Sync for v4l2_format
impl Unpin for v4l2_format
impl UnwindSafe for v4l2_format
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