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