Enum winrt_notification::LoopableSound [−][src]
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
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LoopableSound
impl Send for LoopableSound
impl Sync for LoopableSound
impl Unpin for LoopableSound
impl UnwindSafe for LoopableSound
Blanket Implementations
Mutably borrows from an owned value. Read more