Enum winrt_notification::Sound [] [src]

pub enum Sound {
    Default,
    IM,
    Mail,
    Reminder,
    SMS,
    Single(LoopableSound),
    Loop(LoopableSound),
}

Variants

Play the loopable sound only once

Loop the loopable sound for the entire duration of the toast

Trait Implementations

impl Debug for Sound
[src]

[src]

Formats the value using the given formatter. Read more