[][src]Struct alsa_sys::_snd_pcm_audio_tstamp_report

#[repr(C)]pub struct _snd_pcm_audio_tstamp_report {
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
    pub accuracy: c_uint,
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>accuracy: c_uint

Implementations

impl _snd_pcm_audio_tstamp_report[src]

pub fn valid(&self) -> c_uint[src]

pub fn set_valid(&mut self, val: c_uint)[src]

pub fn actual_type(&self) -> c_uint[src]

pub fn set_actual_type(&mut self, val: c_uint)[src]

pub fn accuracy_report(&self) -> c_uint[src]

pub fn set_accuracy_report(&mut self, val: c_uint)[src]

pub fn new_bitfield_1(
    valid: c_uint,
    actual_type: c_uint,
    accuracy_report: c_uint
) -> __BindgenBitfieldUnit<[u8; 1], u8>
[src]

Trait Implementations

impl Clone for _snd_pcm_audio_tstamp_report[src]

impl Copy for _snd_pcm_audio_tstamp_report[src]

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