Struct alsa_sys::_snd_pcm_channel_area
source · #[repr(C)]pub struct _snd_pcm_channel_area {
pub addr: *mut c_void,
pub first: c_uint,
pub step: c_uint,
}
Expand description
PCM area specification
Fields§
§addr: *mut c_void
base address of channel samples
first: c_uint
offset to first sample in bits
step: c_uint
samples distance in bits
Trait Implementations§
source§impl Clone for _snd_pcm_channel_area
impl Clone for _snd_pcm_channel_area
source§fn clone(&self) -> _snd_pcm_channel_area
fn clone(&self) -> _snd_pcm_channel_area
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_channel_area
impl Debug for _snd_pcm_channel_area
impl Copy for _snd_pcm_channel_area
Auto Trait Implementations§
impl RefUnwindSafe for _snd_pcm_channel_area
impl !Send for _snd_pcm_channel_area
impl !Sync for _snd_pcm_channel_area
impl Unpin for _snd_pcm_channel_area
impl UnwindSafe for _snd_pcm_channel_area
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