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