Enum ApplyPerspectiveClip
#[repr(i32)]pub enum ApplyPerspectiveClip {
No = 0,
Yes = 1,
}
Variants§
Trait Implementations§
§impl Clone for SkApplyPerspectiveClip
impl Clone for SkApplyPerspectiveClip
§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 more§impl Debug for SkApplyPerspectiveClip
impl Debug for SkApplyPerspectiveClip
§impl Hash for SkApplyPerspectiveClip
impl Hash for SkApplyPerspectiveClip
§impl PartialEq for SkApplyPerspectiveClip
impl PartialEq for SkApplyPerspectiveClip
impl Copy for SkApplyPerspectiveClip
impl Eq for SkApplyPerspectiveClip
impl StructuralPartialEq for SkApplyPerspectiveClip
Auto Trait Implementations§
impl Freeze for SkApplyPerspectiveClip
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