#[repr(C)]pub struct v4l2_input {
pub index: __u32,
pub name: [__u8; 32],
pub type_: __u32,
pub audioset: __u32,
pub tuner: __u32,
pub std: v4l2_std_id,
pub status: __u32,
pub capabilities: __u32,
pub reserved: [__u32; 3],
}
Fields§
§index: __u32
§name: [__u8; 32]
§type_: __u32
§audioset: __u32
§tuner: __u32
§std: v4l2_std_id
§status: __u32
§capabilities: __u32
§reserved: [__u32; 3]
Trait Implementations§
Source§impl Clone for v4l2_input
impl Clone for v4l2_input
Source§fn clone(&self) -> v4l2_input
fn clone(&self) -> v4l2_input
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_input
impl Debug for v4l2_input
impl Copy for v4l2_input
Auto Trait Implementations§
impl Freeze for v4l2_input
impl RefUnwindSafe for v4l2_input
impl Send for v4l2_input
impl Sync for v4l2_input
impl Unpin for v4l2_input
impl UnwindSafe for v4l2_input
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