#[repr(C)]pub struct v4l2_control {
pub id: __u32,
pub value: __s32,
}
Fields§
§id: __u32
§value: __s32
Trait Implementations§
Source§impl Clone for v4l2_control
impl Clone for v4l2_control
Source§fn clone(&self) -> v4l2_control
fn clone(&self) -> v4l2_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 moreSource§impl Debug for v4l2_control
impl Debug for v4l2_control
impl Copy for v4l2_control
Auto Trait Implementations§
impl Freeze for v4l2_control
impl RefUnwindSafe for v4l2_control
impl Send for v4l2_control
impl Sync for v4l2_control
impl Unpin for v4l2_control
impl UnwindSafe for v4l2_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