#[repr(i32)]pub enum CGPatternTiling {
NoDistortion = 0,
ConstantSpacingMinimalDistortion = 1,
ConstantSpacing = 2,
}Variants§
Trait Implementations§
Source§impl Clone for CGPatternTiling
impl Clone for CGPatternTiling
Source§fn clone(&self) -> CGPatternTiling
fn clone(&self) -> CGPatternTiling
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CGPatternTiling
Source§impl Debug for CGPatternTiling
impl Debug for CGPatternTiling
impl Eq for CGPatternTiling
Source§impl PartialEq for CGPatternTiling
impl PartialEq for CGPatternTiling
Source§fn eq(&self, other: &CGPatternTiling) -> bool
fn eq(&self, other: &CGPatternTiling) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CGPatternTiling
Auto Trait Implementations§
impl Freeze for CGPatternTiling
impl RefUnwindSafe for CGPatternTiling
impl Send for CGPatternTiling
impl Sync for CGPatternTiling
impl Unpin for CGPatternTiling
impl UnsafeUnpin for CGPatternTiling
impl UnwindSafe for CGPatternTiling
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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