Struct v4l2_sys_mit::v4l2_querymenu
source · #[repr(C, packed(1))]pub struct v4l2_querymenu {
pub id: __u32,
pub index: __u32,
pub __bindgen_anon_1: v4l2_querymenu__bindgen_ty_1,
pub reserved: __u32,
}
Fields§
§id: __u32
§index: __u32
§__bindgen_anon_1: v4l2_querymenu__bindgen_ty_1
§reserved: __u32
Trait Implementations§
source§fn clone(&self) -> v4l2_querymenu
fn clone(&self) -> v4l2_querymenu
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 moreAuto Trait Implementations§
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