Struct v4l2_sys_mit::v4l2_event_vsync
source · #[repr(C, packed(1))]pub struct v4l2_event_vsync {
pub field: __u8,
}
Fields§
§field: __u8
Trait Implementations§
source§impl Clone for v4l2_event_vsync
impl Clone for v4l2_event_vsync
source§fn clone(&self) -> v4l2_event_vsync
fn clone(&self) -> v4l2_event_vsync
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_event_vsync
impl Debug for v4l2_event_vsync
impl Copy for v4l2_event_vsync
Auto Trait Implementations§
impl Freeze for v4l2_event_vsync
impl RefUnwindSafe for v4l2_event_vsync
impl Send for v4l2_event_vsync
impl Sync for v4l2_event_vsync
impl Unpin for v4l2_event_vsync
impl UnwindSafe for v4l2_event_vsync
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