#[repr(C)]pub struct sfSoundStream { /* private fields */ }
Trait Implementations§
Source§impl Clone for sfSoundStream
impl Clone for sfSoundStream
Source§fn clone(&self) -> sfSoundStream
fn clone(&self) -> sfSoundStream
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for sfSoundStream
impl Debug for sfSoundStream
impl Copy for sfSoundStream
Auto Trait Implementations§
impl Freeze for sfSoundStream
impl RefUnwindSafe for sfSoundStream
impl Send for sfSoundStream
impl Sync for sfSoundStream
impl Unpin for sfSoundStream
impl UnwindSafe for sfSoundStream
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