pub struct VoiceId(/* private fields */);Expand description
Identifies one playing voice, so a looping cue can be stopped or retuned while it runs.
Implementations§
Trait Implementations§
impl Copy for VoiceId
impl Eq for VoiceId
Source§impl Ord for VoiceId
impl Ord for VoiceId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for VoiceId
impl PartialOrd for VoiceId
impl StructuralPartialEq for VoiceId
Auto Trait Implementations§
impl Freeze for VoiceId
impl RefUnwindSafe for VoiceId
impl Send for VoiceId
impl Sync for VoiceId
impl Unpin for VoiceId
impl UnsafeUnpin for VoiceId
impl UnwindSafe for VoiceId
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