pub enum WindowClass {
Required,
Lookahead,
}Expand description
Classification for items published inside a window descriptor.
Variants§
Required
Required work that must converge for the window to be usable.
Lookahead
Lookahead work that improves the next step but is not on the immediate critical path.
Implementations§
Trait Implementations§
Source§impl Clone for WindowClass
impl Clone for WindowClass
Source§fn clone(&self) -> WindowClass
fn clone(&self) -> WindowClass
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 WindowClass
Source§impl Debug for WindowClass
impl Debug for WindowClass
impl Eq for WindowClass
Source§impl PartialEq for WindowClass
impl PartialEq for WindowClass
Source§fn eq(&self, other: &WindowClass) -> bool
fn eq(&self, other: &WindowClass) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WindowClass
Auto Trait Implementations§
impl Freeze for WindowClass
impl RefUnwindSafe for WindowClass
impl Send for WindowClass
impl Sync for WindowClass
impl Unpin for WindowClass
impl UnsafeUnpin for WindowClass
impl UnwindSafe for WindowClass
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.