Enum Type
#[repr(u8)]pub enum Type {
Arc = 0,
Wedge = 1,
}
Variants§
Trait Implementations§
§impl Clone for SkArc_Type
impl Clone for SkArc_Type
§fn clone(&self) -> SkArc_Type
fn clone(&self) -> SkArc_Type
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 more§impl Debug for SkArc_Type
impl Debug for SkArc_Type
§impl Default for SkArc_Type
impl Default for SkArc_Type
§fn default() -> SkArc_Type
fn default() -> SkArc_Type
Returns the “default value” for a type. Read more
§impl Hash for SkArc_Type
impl Hash for SkArc_Type
§impl PartialEq for SkArc_Type
impl PartialEq for SkArc_Type
impl Copy for SkArc_Type
impl Eq for SkArc_Type
impl StructuralPartialEq for SkArc_Type
Auto Trait Implementations§
impl Freeze for SkArc_Type
impl RefUnwindSafe for SkArc_Type
impl Send for SkArc_Type
impl Sync for SkArc_Type
impl Unpin for SkArc_Type
impl UnwindSafe for SkArc_Type
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