Struct v4l2_sys_mit::v4l2_dv_timings_cap
source · #[repr(C)]pub struct v4l2_dv_timings_cap {
pub type_: __u32,
pub pad: __u32,
pub reserved: [__u32; 2],
pub __bindgen_anon_1: v4l2_dv_timings_cap__bindgen_ty_1,
}
Fields§
§type_: __u32
§pad: __u32
§reserved: [__u32; 2]
§__bindgen_anon_1: v4l2_dv_timings_cap__bindgen_ty_1
Trait Implementations§
source§impl Clone for v4l2_dv_timings_cap
impl Clone for v4l2_dv_timings_cap
source§fn clone(&self) -> v4l2_dv_timings_cap
fn clone(&self) -> v4l2_dv_timings_cap
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_dv_timings_cap
Auto Trait Implementations§
impl Freeze for v4l2_dv_timings_cap
impl RefUnwindSafe for v4l2_dv_timings_cap
impl Send for v4l2_dv_timings_cap
impl Sync for v4l2_dv_timings_cap
impl Unpin for v4l2_dv_timings_cap
impl UnwindSafe for v4l2_dv_timings_cap
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