#[repr(C)]pub struct snd_xfern {
pub result: snd_pcm_sframes_t,
pub bufs: *mut *mut void,
pub frames: snd_pcm_uframes_t,
}Fields§
§result: snd_pcm_sframes_t§bufs: *mut *mut void§frames: snd_pcm_uframes_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for snd_xfern
impl RefUnwindSafe for snd_xfern
impl !Send for snd_xfern
impl !Sync for snd_xfern
impl Unpin for snd_xfern
impl UnwindSafe for snd_xfern
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