Enum core_graphics::display::CGConfigureOption [−][src]
#[repr(u32)]
pub enum CGConfigureOption {
ConfigureForAppOnly,
ConfigureForSession,
ConfigurePermanently,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CGConfigureOption
impl Send for CGConfigureOption
impl Sync for CGConfigureOption
impl Unpin for CGConfigureOption
impl UnwindSafe for CGConfigureOption
Blanket Implementations
Mutably borrows from an owned value. Read more