#[repr(C)]pub struct oboe_AudioStreamDataCallback__bindgen_vtable(/* private fields */);
Auto Trait Implementations§
impl Freeze for oboe_AudioStreamDataCallback__bindgen_vtable
impl RefUnwindSafe for oboe_AudioStreamDataCallback__bindgen_vtable
impl Send for oboe_AudioStreamDataCallback__bindgen_vtable
impl Sync for oboe_AudioStreamDataCallback__bindgen_vtable
impl Unpin for oboe_AudioStreamDataCallback__bindgen_vtable
impl UnwindSafe for oboe_AudioStreamDataCallback__bindgen_vtable
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