pub enum LoopableSound {
Show 20 variants
Alarm,
Alarm2,
Alarm3,
Alarm4,
Alarm5,
Alarm6,
Alarm7,
Alarm8,
Alarm9,
Alarm10,
Call,
Call2,
Call3,
Call4,
Call5,
Call6,
Call7,
Call8,
Call9,
Call10,
}
Expand description
Sounds suitable for Looping
Variants§
Alarm
Alarm2
Alarm3
Alarm4
Alarm5
Alarm6
Alarm7
Alarm8
Alarm9
Alarm10
Call
Call2
Call3
Call4
Call5
Call6
Call7
Call8
Call9
Call10
Trait Implementations§
Source§impl Clone for LoopableSound
impl Clone for LoopableSound
Source§fn clone(&self) -> LoopableSound
fn clone(&self) -> LoopableSound
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 LoopableSound
impl Debug for LoopableSound
Source§impl Display for LoopableSound
impl Display for LoopableSound
Source§impl FromStr for LoopableSound
impl FromStr for LoopableSound
Source§impl TryFrom<&str> for LoopableSound
impl TryFrom<&str> for LoopableSound
impl Copy for LoopableSound
Auto Trait Implementations§
impl Freeze for LoopableSound
impl RefUnwindSafe for LoopableSound
impl Send for LoopableSound
impl Sync for LoopableSound
impl Unpin for LoopableSound
impl UnwindSafe for LoopableSound
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)