#[repr(C)]pub struct v4l2_event_subscription {
pub type_: __u32,
pub id: __u32,
pub flags: __u32,
pub reserved: [__u32; 5],
}
Fields§
§type_: __u32
§id: __u32
§flags: __u32
§reserved: [__u32; 5]
Trait Implementations§
Source§impl Clone for v4l2_event_subscription
impl Clone for v4l2_event_subscription
Source§fn clone(&self) -> v4l2_event_subscription
fn clone(&self) -> v4l2_event_subscription
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_subscription
impl Debug for v4l2_event_subscription
impl Copy for v4l2_event_subscription
Auto Trait Implementations§
impl Freeze for v4l2_event_subscription
impl RefUnwindSafe for v4l2_event_subscription
impl Send for v4l2_event_subscription
impl Sync for v4l2_event_subscription
impl Unpin for v4l2_event_subscription
impl UnwindSafe for v4l2_event_subscription
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