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