Enum skia_bindings::SkRRect_Type 
source · #[repr(u32)]pub enum SkRRect_Type {
    Empty,
    Rect,
    Oval,
    Simple,
    NinePatch,
    Complex,
}Variants§
Implementations§
source§impl SkRRect_Type
 
impl SkRRect_Type
pub const LastType: SkRRect_Type = SkRRect_Type::Complex
Trait Implementations§
source§impl Clone for SkRRect_Type
 
impl Clone for SkRRect_Type
source§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 moresource§impl Debug for SkRRect_Type
 
impl Debug for SkRRect_Type
source§impl Hash for SkRRect_Type
 
impl Hash for SkRRect_Type
source§impl PartialEq<SkRRect_Type> for SkRRect_Type
 
impl PartialEq<SkRRect_Type> for SkRRect_Type
source§fn eq(&self, other: &SkRRect_Type) -> bool
 
fn eq(&self, other: &SkRRect_Type) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for SkRRect_Type
impl Eq for SkRRect_Type
impl StructuralEq for SkRRect_Type
impl StructuralPartialEq for SkRRect_Type
Auto Trait Implementations§
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