Enum Type
#[repr(u32)]pub enum Type {
Empty = 0,
Rect = 1,
Oval = 2,
Simple = 3,
NinePatch = 4,
Complex = 5,
}
Variants§
Implementations§
§impl SkRRect_Type
impl SkRRect_Type
pub const LastType: SkRRect_Type = SkRRect_Type::Complex
Trait Implementations§
§impl Clone for SkRRect_Type
impl Clone for SkRRect_Type
§fn clone(&self) -> SkRRect_Type
fn clone(&self) -> SkRRect_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 SkRRect_Type
impl Debug for SkRRect_Type
§impl Hash for SkRRect_Type
impl Hash for SkRRect_Type
§impl PartialEq for SkRRect_Type
impl PartialEq for SkRRect_Type
impl Copy for SkRRect_Type
impl Eq for SkRRect_Type
impl StructuralPartialEq for SkRRect_Type
Auto Trait Implementations§
impl Freeze for SkRRect_Type
impl RefUnwindSafe for SkRRect_Type
impl Send for SkRRect_Type
impl Sync for SkRRect_Type
impl Unpin for SkRRect_Type
impl UnwindSafe for SkRRect_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