Enum wgpu_core::command::render::OptionalState
source · enum OptionalState {
Unused,
Required,
Set,
}
Variants§
Implementations§
Trait Implementations§
source§impl Debug for OptionalState
impl Debug for OptionalState
source§impl PartialEq for OptionalState
impl PartialEq for OptionalState
source§fn eq(&self, other: &OptionalState) -> bool
fn eq(&self, other: &OptionalState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OptionalState
Auto Trait Implementations§
impl Freeze for OptionalState
impl RefUnwindSafe for OptionalState
impl Send for OptionalState
impl Sync for OptionalState
impl Unpin for OptionalState
impl UnwindSafe for OptionalState
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