[][src]Struct dvbv5_sys::dvb_dev_list

#[repr(C)]pub struct dvb_dev_list {
    pub syspath: *mut c_char,
    pub path: *mut c_char,
    pub sysname: *mut c_char,
    pub dvb_type: dvb_dev_type,
    pub bus_addr: *mut c_char,
    pub bus_id: *mut c_char,
    pub manufacturer: *mut c_char,
    pub product: *mut c_char,
    pub serial: *mut c_char,
}

Fields

syspath: *mut c_charpath: *mut c_charsysname: *mut c_chardvb_type: dvb_dev_typebus_addr: *mut c_charbus_id: *mut c_charmanufacturer: *mut c_charproduct: *mut c_charserial: *mut c_char

Trait Implementations

impl Clone for dvb_dev_list[src]

impl Copy for dvb_dev_list[src]

impl Debug for dvb_dev_list[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.