pub enum RunnerWindowAppearanceV1 {
Opaque,
CompositedNoBackdrop,
CompositedBackdrop,
}Variants§
Opaque
The OS window is not composited with alpha.
CompositedNoBackdrop
The OS window surface is composited with alpha, but no OS backdrop material is enabled.
CompositedBackdrop
The OS window surface is composited with alpha and an OS backdrop material is enabled.
Trait Implementations§
Source§impl Clone for RunnerWindowAppearanceV1
impl Clone for RunnerWindowAppearanceV1
Source§fn clone(&self) -> RunnerWindowAppearanceV1
fn clone(&self) -> RunnerWindowAppearanceV1
Returns a duplicate 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 RunnerWindowAppearanceV1
impl Debug for RunnerWindowAppearanceV1
Source§impl PartialEq for RunnerWindowAppearanceV1
impl PartialEq for RunnerWindowAppearanceV1
impl Copy for RunnerWindowAppearanceV1
impl Eq for RunnerWindowAppearanceV1
impl StructuralPartialEq for RunnerWindowAppearanceV1
Auto Trait Implementations§
impl Freeze for RunnerWindowAppearanceV1
impl RefUnwindSafe for RunnerWindowAppearanceV1
impl Send for RunnerWindowAppearanceV1
impl Sync for RunnerWindowAppearanceV1
impl Unpin for RunnerWindowAppearanceV1
impl UnsafeUnpin for RunnerWindowAppearanceV1
impl UnwindSafe for RunnerWindowAppearanceV1
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