pub struct AudioRef { /* private fields */ }Implementations§
Source§impl AudioRef
impl AudioRef
pub fn output_sample_rate(&self) -> usize
pub fn output_channels(&self) -> usize
Auto Trait Implementations§
impl Freeze for AudioRef
impl RefUnwindSafe for AudioRef
impl !Send for AudioRef
impl !Sync for AudioRef
impl Unpin for AudioRef
impl UnwindSafe for AudioRef
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