Struct v4l2_sys_mit::v4l2_ext_control
source · #[repr(C, packed(1))]pub struct v4l2_ext_control {
pub id: __u32,
pub size: __u32,
pub reserved2: [__u32; 1],
pub __bindgen_anon_1: v4l2_ext_control__bindgen_ty_1,
}
Fields§
§id: __u32
§size: __u32
§reserved2: [__u32; 1]
§__bindgen_anon_1: v4l2_ext_control__bindgen_ty_1
Trait Implementations§
source§impl Clone for v4l2_ext_control
impl Clone for v4l2_ext_control
source§fn clone(&self) -> v4l2_ext_control
fn clone(&self) -> v4l2_ext_control
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_ext_control
Auto Trait Implementations§
impl Freeze for v4l2_ext_control
impl RefUnwindSafe for v4l2_ext_control
impl !Send for v4l2_ext_control
impl !Sync for v4l2_ext_control
impl Unpin for v4l2_ext_control
impl UnwindSafe for v4l2_ext_control
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