pub enum InvalidationKind {
Layout,
Draw,
PointerInput,
Semantics,
Focus,
}Expand description
Identifies which part of the rendering pipeline should be invalidated after a modifier node changes state.
Variants§
Trait Implementations§
Source§impl Clone for InvalidationKind
impl Clone for InvalidationKind
Source§fn clone(&self) -> InvalidationKind
fn clone(&self) -> InvalidationKind
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 InvalidationKind
impl Debug for InvalidationKind
Source§impl Hash for InvalidationKind
impl Hash for InvalidationKind
Source§impl PartialEq for InvalidationKind
impl PartialEq for InvalidationKind
impl Copy for InvalidationKind
impl Eq for InvalidationKind
impl StructuralPartialEq for InvalidationKind
Auto Trait Implementations§
impl Freeze for InvalidationKind
impl RefUnwindSafe for InvalidationKind
impl Send for InvalidationKind
impl Sync for InvalidationKind
impl Unpin for InvalidationKind
impl UnwindSafe for InvalidationKind
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