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