#[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 · 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
Source§impl PartialEq for CGInterpolationQuality
impl PartialEq for CGInterpolationQuality
impl Copy for CGInterpolationQuality
impl Eq for CGInterpolationQuality
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 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