#[repr(C)]pub enum CGInterpolationQuality {
CGInterpolationQualityDefault = 0,
CGInterpolationQualityNone = 1,
CGInterpolationQualityLow = 2,
CGInterpolationQualityMedium = 3,
CGInterpolationQualityHigh = 4,
}
Variants§
CGInterpolationQualityDefault = 0
CGInterpolationQualityNone = 1
CGInterpolationQualityLow = 2
CGInterpolationQualityMedium = 3
CGInterpolationQualityHigh = 4
Trait Implementations§
source§impl Clone for CGInterpolationQuality
impl Clone for CGInterpolationQuality
source§fn clone(&self) -> CGInterpolationQuality
fn clone(&self) -> CGInterpolationQuality
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 CGInterpolationQuality
impl Debug for CGInterpolationQuality
impl Copy 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 UnwindSafe for CGInterpolationQuality
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