pub enum SmartBlurMode {
Normal,
EdgeOnly,
OverlayEdge,
}Expand description
smart blur mode: “normal” | “edge only” | “overlay edge”
Variants§
Trait Implementations§
Source§impl Clone for SmartBlurMode
impl Clone for SmartBlurMode
Source§fn clone(&self) -> SmartBlurMode
fn clone(&self) -> SmartBlurMode
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 SmartBlurMode
Source§impl Debug for SmartBlurMode
impl Debug for SmartBlurMode
impl Eq for SmartBlurMode
Source§impl PartialEq for SmartBlurMode
impl PartialEq for SmartBlurMode
Source§fn eq(&self, other: &SmartBlurMode) -> bool
fn eq(&self, other: &SmartBlurMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SmartBlurMode
Auto Trait Implementations§
impl Freeze for SmartBlurMode
impl RefUnwindSafe for SmartBlurMode
impl Send for SmartBlurMode
impl Sync for SmartBlurMode
impl Unpin for SmartBlurMode
impl UnsafeUnpin for SmartBlurMode
impl UnwindSafe for SmartBlurMode
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