pub struct UserAudioGetPath(pub AudioId);
Tuple Fields§
§0: AudioId
Trait Implementations§
Source§impl Clone for UserAudioGetPath
impl Clone for UserAudioGetPath
Source§fn clone(&self) -> UserAudioGetPath
fn clone(&self) -> UserAudioGetPath
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 moreSource§impl Debug for UserAudioGetPath
impl Debug for UserAudioGetPath
Auto Trait Implementations§
impl Freeze for UserAudioGetPath
impl RefUnwindSafe for UserAudioGetPath
impl Send for UserAudioGetPath
impl Sync for UserAudioGetPath
impl Unpin for UserAudioGetPath
impl UnwindSafe for UserAudioGetPath
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