pub struct OverlayState {
pub has_selection: bool,
pub cursor_in_shape: bool,
}Expand description
Everything a binding condition can observe about the app.
Fields§
§has_selection: bool§cursor_in_shape: boolTrait Implementations§
Source§impl Clone for OverlayState
impl Clone for OverlayState
Source§fn clone(&self) -> OverlayState
fn clone(&self) -> OverlayState
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 OverlayState
Source§impl Debug for OverlayState
impl Debug for OverlayState
Source§impl Default for OverlayState
impl Default for OverlayState
Source§fn default() -> OverlayState
fn default() -> OverlayState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OverlayState
impl RefUnwindSafe for OverlayState
impl Send for OverlayState
impl Sync for OverlayState
impl Unpin for OverlayState
impl UnsafeUnpin for OverlayState
impl UnwindSafe for OverlayState
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