Enum screenshot_rs::ScreenshotKind[][src]

pub enum ScreenshotKind {
    Area,
    Window,
    Full,
}

Variants

Auto Trait Implementations