#[repr(C)]pub struct v4l2_event_ctrl {
pub changes: __u32,
pub type_: __u32,
pub __bindgen_anon_1: v4l2_event_ctrl__bindgen_ty_1,
pub flags: __u32,
pub minimum: __s32,
pub maximum: __s32,
pub step: __s32,
pub default_value: __s32,
}
Fields§
§changes: __u32
§type_: __u32
§__bindgen_anon_1: v4l2_event_ctrl__bindgen_ty_1
§flags: __u32
§minimum: __s32
§maximum: __s32
§step: __s32
§default_value: __s32
Trait Implementations§
Source§impl Clone for v4l2_event_ctrl
impl Clone for v4l2_event_ctrl
Source§fn clone(&self) -> v4l2_event_ctrl
fn clone(&self) -> v4l2_event_ctrl
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_event_ctrl
Auto Trait Implementations§
impl Freeze for v4l2_event_ctrl
impl RefUnwindSafe for v4l2_event_ctrl
impl Send for v4l2_event_ctrl
impl Sync for v4l2_event_ctrl
impl Unpin for v4l2_event_ctrl
impl UnwindSafe for v4l2_event_ctrl
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