Enum skia_bindings::SkOnce_State
source · #[repr(u8)]pub enum SkOnce_State {
NotStarted,
Claimed,
Done,
}
Variants§
Trait Implementations§
source§impl Clone for SkOnce_State
impl Clone for SkOnce_State
source§fn clone(&self) -> SkOnce_State
fn clone(&self) -> SkOnce_State
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 SkOnce_State
impl Debug for SkOnce_State
source§impl Hash for SkOnce_State
impl Hash for SkOnce_State
source§impl PartialEq<SkOnce_State> for SkOnce_State
impl PartialEq<SkOnce_State> for SkOnce_State
source§fn eq(&self, other: &SkOnce_State) -> bool
fn eq(&self, other: &SkOnce_State) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkOnce_State
impl Eq for SkOnce_State
impl StructuralEq for SkOnce_State
impl StructuralPartialEq for SkOnce_State
Auto Trait Implementations§
impl RefUnwindSafe for SkOnce_State
impl Send for SkOnce_State
impl Sync for SkOnce_State
impl Unpin for SkOnce_State
impl UnwindSafe for SkOnce_State
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