Enum core_graphics::context::CGInterpolationQuality [−][src]
#[repr(C)]
pub enum CGInterpolationQuality {
CGInterpolationQualityDefault,
CGInterpolationQualityNone,
CGInterpolationQualityLow,
CGInterpolationQualityMedium,
CGInterpolationQualityHigh,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CGInterpolationQuality
impl Send for CGInterpolationQuality
impl Sync for CGInterpolationQuality
impl Unpin for CGInterpolationQuality
impl UnwindSafe for CGInterpolationQuality
Blanket Implementations
Mutably borrows from an owned value. Read more