pub struct BlurDismissState(/* private fields */);Expand description
Runtime gate for blur-dismiss, toggled at runtime (e.g. while a result or settings view is open, the app may want to suppress hide-on-blur so resizing or copying from another window doesn’t make it vanish).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for BlurDismissState
impl RefUnwindSafe for BlurDismissState
impl Send for BlurDismissState
impl Sync for BlurDismissState
impl Unpin for BlurDismissState
impl UnsafeUnpin for BlurDismissState
impl UnwindSafe for BlurDismissState
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