Struct alsa_sys::_snd_pcm_audio_tstamp_config
source · #[repr(C, align(4))]pub struct _snd_pcm_audio_tstamp_config {
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
pub __bindgen_padding_0: [u8; 3],
}
Fields§
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>
§__bindgen_padding_0: [u8; 3]
Implementations§
source§impl _snd_pcm_audio_tstamp_config
impl _snd_pcm_audio_tstamp_config
pub fn type_requested(&self) -> c_uint
pub fn set_type_requested(&mut self, val: c_uint)
pub fn report_delay(&self) -> c_uint
pub fn set_report_delay(&mut self, val: c_uint)
pub fn new_bitfield_1( type_requested: c_uint, report_delay: c_uint ) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations§
source§impl Clone for _snd_pcm_audio_tstamp_config
impl Clone for _snd_pcm_audio_tstamp_config
source§fn clone(&self) -> _snd_pcm_audio_tstamp_config
fn clone(&self) -> _snd_pcm_audio_tstamp_config
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 _snd_pcm_audio_tstamp_config
impl Debug for _snd_pcm_audio_tstamp_config
impl Copy for _snd_pcm_audio_tstamp_config
Auto Trait Implementations§
impl RefUnwindSafe for _snd_pcm_audio_tstamp_config
impl Send for _snd_pcm_audio_tstamp_config
impl Sync for _snd_pcm_audio_tstamp_config
impl Unpin for _snd_pcm_audio_tstamp_config
impl UnwindSafe for _snd_pcm_audio_tstamp_config
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