#[repr(C)]pub struct v4l2_event {
pub type_: __u32,
pub u: v4l2_event__bindgen_ty_1,
pub pending: __u32,
pub sequence: __u32,
pub timestamp: timespec,
pub id: __u32,
pub reserved: [__u32; 8],
}
Fields§
§type_: __u32
§u: v4l2_event__bindgen_ty_1
§pending: __u32
§sequence: __u32
§timestamp: timespec
§id: __u32
§reserved: [__u32; 8]
Trait Implementations§
Source§impl Clone for v4l2_event
impl Clone for v4l2_event
Source§fn clone(&self) -> v4l2_event
fn clone(&self) -> v4l2_event
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
Auto Trait Implementations§
impl Freeze for v4l2_event
impl RefUnwindSafe for v4l2_event
impl Send for v4l2_event
impl Sync for v4l2_event
impl Unpin for v4l2_event
impl UnwindSafe for v4l2_event
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