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 · 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 WindowCommandGatingHandle
impl Debug for WindowCommandGatingHandle
Source§impl Hash for WindowCommandGatingHandle
impl Hash for WindowCommandGatingHandle
impl Copy for WindowCommandGatingHandle
impl Eq for WindowCommandGatingHandle
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