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