pub struct rAudioBuffer { /* private fields */ }Auto Trait Implementations§
impl Freeze for rAudioBuffer
impl RefUnwindSafe for rAudioBuffer
impl Send for rAudioBuffer
impl Sync for rAudioBuffer
impl Unpin for rAudioBuffer
impl UnsafeUnpin for rAudioBuffer
impl UnwindSafe for rAudioBuffer
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