pub struct AudioRef { /* private fields */ }Implementations
sourceimpl AudioRef
impl AudioRef
pub fn output_sample_rate(&self) -> usize
pub fn output_channels(&self) -> usize
Auto Trait Implementations
impl RefUnwindSafe for AudioRef
impl !Send for AudioRef
impl !Sync for AudioRef
impl Unpin for AudioRef
impl UnwindSafe for AudioRef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more