pub struct NativeSound { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for NativeSound
impl Clone for NativeSound
Source§fn clone(&self) -> NativeSound
fn clone(&self) -> NativeSound
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for NativeSound
impl RefUnwindSafe for NativeSound
impl Send for NativeSound
impl Sync for NativeSound
impl Unpin for NativeSound
impl UnwindSafe for NativeSound
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