pub struct WindowOverlayStackEntry {
pub kind: OverlayStackEntryKind,
pub id: Option<GlobalElementId>,
pub open: bool,
pub visible: bool,
pub blocks_underlay_input: bool,
pub hit_testable: bool,
pub pointer_occlusion: PointerOcclusion,
}Fields§
§kind: OverlayStackEntryKind§id: Option<GlobalElementId>§open: bool§visible: bool§blocks_underlay_input: bool§hit_testable: bool§pointer_occlusion: PointerOcclusionTrait Implementations§
Source§impl Clone for WindowOverlayStackEntry
impl Clone for WindowOverlayStackEntry
Source§fn clone(&self) -> WindowOverlayStackEntry
fn clone(&self) -> WindowOverlayStackEntry
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 WindowOverlayStackEntry
impl Debug for WindowOverlayStackEntry
Source§impl PartialEq for WindowOverlayStackEntry
impl PartialEq for WindowOverlayStackEntry
impl Copy for WindowOverlayStackEntry
impl Eq for WindowOverlayStackEntry
impl StructuralPartialEq for WindowOverlayStackEntry
Auto Trait Implementations§
impl Freeze for WindowOverlayStackEntry
impl RefUnwindSafe for WindowOverlayStackEntry
impl Send for WindowOverlayStackEntry
impl Sync for WindowOverlayStackEntry
impl Unpin for WindowOverlayStackEntry
impl UnsafeUnpin for WindowOverlayStackEntry
impl UnwindSafe for WindowOverlayStackEntry
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