Enum webrender_api::display_list::BuildState
source · enum BuildState {
Idle,
Build,
}
Variants§
Trait Implementations§
source§impl Clone for BuildState
impl Clone for BuildState
source§fn clone(&self) -> BuildState
fn clone(&self) -> BuildState
Returns a copy 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 BuildState
impl Debug for BuildState
source§impl PartialEq for BuildState
impl PartialEq for BuildState
source§fn eq(&self, other: &BuildState) -> bool
fn eq(&self, other: &BuildState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BuildState
impl StructuralPartialEq for BuildState
Auto Trait Implementations§
impl Freeze for BuildState
impl RefUnwindSafe for BuildState
impl Send for BuildState
impl Sync for BuildState
impl Unpin for BuildState
impl UnwindSafe for BuildState
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