#[repr(C)]pub struct v4l2_query_ext_ctrl {}Fields§
§id: __u32§type_: __u32§name: [c_char; 32]§minimum: __s64§maximum: __s64§step: __u64§default_value: __s64§flags: __u32§elem_size: __u32§elems: __u32§nr_of_dims: __u32§dims: [__u32; 4]§reserved: [__u32; 32]Trait Implementations§
Source§impl Clone for v4l2_query_ext_ctrl
impl Clone for v4l2_query_ext_ctrl
Source§fn clone(&self) -> v4l2_query_ext_ctrl
fn clone(&self) -> v4l2_query_ext_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 moreSource§impl Debug for v4l2_query_ext_ctrl
impl Debug for v4l2_query_ext_ctrl
impl Copy for v4l2_query_ext_ctrl
Auto Trait Implementations§
impl Freeze for v4l2_query_ext_ctrl
impl RefUnwindSafe for v4l2_query_ext_ctrl
impl Send for v4l2_query_ext_ctrl
impl Sync for v4l2_query_ext_ctrl
impl Unpin for v4l2_query_ext_ctrl
impl UnwindSafe for v4l2_query_ext_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