[][src]Struct sndio_sys::sio_cap

#[repr(C)]pub struct sio_cap {
    pub enc: [sio_cap_sio_enc; 8],
    pub rchan: [c_uint; 8],
    pub pchan: [c_uint; 8],
    pub rate: [c_uint; 16],
    pub __pad: [c_int; 7],
    pub nconf: c_uint,
    pub confs: [sio_cap_sio_conf; 4],
}

Fields

enc: [sio_cap_sio_enc; 8]rchan: [c_uint; 8]pchan: [c_uint; 8]rate: [c_uint; 16]__pad: [c_int; 7]nconf: c_uintconfs: [sio_cap_sio_conf; 4]

Trait Implementations

impl Clone for sio_cap[src]

impl Copy for sio_cap[src]

impl Debug for sio_cap[src]

Auto Trait Implementations

impl RefUnwindSafe for sio_cap

impl Send for sio_cap

impl Sync for sio_cap

impl Unpin for sio_cap

impl UnwindSafe for sio_cap

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.