pub enum WindowBackdrop {
None,
Mica,
MicaAlt,
Acrylic,
}Expand description
Material used behind a window’s content.
Variants§
Trait Implementations§
Source§impl Clone for WindowBackdrop
impl Clone for WindowBackdrop
Source§fn clone(&self) -> WindowBackdrop
fn clone(&self) -> WindowBackdrop
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WindowBackdrop
Source§impl Debug for WindowBackdrop
impl Debug for WindowBackdrop
Source§impl Default for WindowBackdrop
impl Default for WindowBackdrop
Source§fn default() -> WindowBackdrop
fn default() -> WindowBackdrop
Returns the “default value” for a type. Read more
impl Eq for WindowBackdrop
Source§impl PartialEq for WindowBackdrop
impl PartialEq for WindowBackdrop
impl StructuralPartialEq for WindowBackdrop
Auto Trait Implementations§
impl Freeze for WindowBackdrop
impl RefUnwindSafe for WindowBackdrop
impl Send for WindowBackdrop
impl Sync for WindowBackdrop
impl Unpin for WindowBackdrop
impl UnsafeUnpin for WindowBackdrop
impl UnwindSafe for WindowBackdrop
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