pub struct AudioBlockRef(/* private fields */);Expand description
Reference for AudioBlock
Implementations§
Source§impl AudioBlockRef
impl AudioBlockRef
Sourcepub fn inner(&self) -> AudioBlock
pub fn inner(&self) -> AudioBlock
Access the inner AudioBlock
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioBlockRef
impl RefUnwindSafe for AudioBlockRef
impl !Send for AudioBlockRef
impl !Sync for AudioBlockRef
impl Unpin for AudioBlockRef
impl UnwindSafe for AudioBlockRef
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