[][src]Struct v4l2_sys_mit::v4l2_tuner

#[repr(C)]pub struct v4l2_tuner {
    pub index: __u32,
    pub name: [__u8; 32],
    pub type_: __u32,
    pub capability: __u32,
    pub rangelow: __u32,
    pub rangehigh: __u32,
    pub rxsubchans: __u32,
    pub audmode: __u32,
    pub signal: __s32,
    pub afc: __s32,
    pub reserved: [__u32; 4],
}

Fields

index: __u32name: [__u8; 32]type_: __u32capability: __u32rangelow: __u32rangehigh: __u32rxsubchans: __u32audmode: __u32signal: __s32afc: __s32reserved: [__u32; 4]

Trait Implementations

impl Clone for v4l2_tuner[src]

impl Copy for v4l2_tuner[src]

impl Debug for v4l2_tuner[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.