pub struct WindowCommandGatingHandle { /* private fields */ }Expand description
Handle identifying a pushed, overlay-scoped gating override.
Returned by push_snapshot so overlays can remove or update only their own snapshot.
Trait Implementations§
Source§impl Clone for WindowCommandGatingHandle
impl Clone for WindowCommandGatingHandle
Source§fn clone(&self) -> WindowCommandGatingHandle
fn clone(&self) -> WindowCommandGatingHandle
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 WindowCommandGatingHandle
Source§impl Debug for WindowCommandGatingHandle
impl Debug for WindowCommandGatingHandle
impl Eq for WindowCommandGatingHandle
Source§impl Hash for WindowCommandGatingHandle
impl Hash for WindowCommandGatingHandle
Source§impl PartialEq for WindowCommandGatingHandle
impl PartialEq for WindowCommandGatingHandle
Source§fn eq(&self, other: &WindowCommandGatingHandle) -> bool
fn eq(&self, other: &WindowCommandGatingHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WindowCommandGatingHandle
Auto Trait Implementations§
impl Freeze for WindowCommandGatingHandle
impl RefUnwindSafe for WindowCommandGatingHandle
impl Send for WindowCommandGatingHandle
impl Sync for WindowCommandGatingHandle
impl Unpin for WindowCommandGatingHandle
impl UnsafeUnpin for WindowCommandGatingHandle
impl UnwindSafe for WindowCommandGatingHandle
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