Struct v4l2_sys_mit::v4l2_queryctrl
source · #[repr(C)]pub struct v4l2_queryctrl {
pub id: __u32,
pub type_: __u32,
pub name: [__u8; 32],
pub minimum: __s32,
pub maximum: __s32,
pub step: __s32,
pub default_value: __s32,
pub flags: __u32,
pub reserved: [__u32; 2],
}
Fields§
§id: __u32
§type_: __u32
§name: [__u8; 32]
§minimum: __s32
§maximum: __s32
§step: __s32
§default_value: __s32
§flags: __u32
§reserved: [__u32; 2]
Trait Implementations§
source§impl Clone for v4l2_queryctrl
impl Clone for v4l2_queryctrl
source§fn clone(&self) -> v4l2_queryctrl
fn clone(&self) -> v4l2_queryctrl
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_queryctrl
impl Debug for v4l2_queryctrl
impl Copy for v4l2_queryctrl
Auto Trait Implementations§
impl Freeze for v4l2_queryctrl
impl RefUnwindSafe for v4l2_queryctrl
impl Send for v4l2_queryctrl
impl Sync for v4l2_queryctrl
impl Unpin for v4l2_queryctrl
impl UnwindSafe for v4l2_queryctrl
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