#[repr(i32)]pub enum CGInterpolationQuality {
Default = 0,
None = 1,
Low = 2,
Medium = 4,
High = 3,
}Variants§
Trait Implementations§
Source§impl Clone for CGInterpolationQuality
impl Clone for CGInterpolationQuality
Source§fn clone(&self) -> CGInterpolationQuality
fn clone(&self) -> CGInterpolationQuality
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 CGInterpolationQuality
Source§impl Debug for CGInterpolationQuality
impl Debug for CGInterpolationQuality
impl Eq for CGInterpolationQuality
Source§impl PartialEq for CGInterpolationQuality
impl PartialEq for CGInterpolationQuality
Source§fn eq(&self, other: &CGInterpolationQuality) -> bool
fn eq(&self, other: &CGInterpolationQuality) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CGInterpolationQuality
Auto Trait Implementations§
impl Freeze for CGInterpolationQuality
impl RefUnwindSafe for CGInterpolationQuality
impl Send for CGInterpolationQuality
impl Sync for CGInterpolationQuality
impl Unpin for CGInterpolationQuality
impl UnsafeUnpin for CGInterpolationQuality
impl UnwindSafe for CGInterpolationQuality
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