pub enum CGFontVariationAxis {
Name,
MinValue,
MaxValue,
DefaultValue,
}Variants§
Trait Implementations§
Source§impl From<CGFontVariationAxis> for CFStringRef
impl From<CGFontVariationAxis> for CFStringRef
Source§fn from(axis: CGFontVariationAxis) -> Self
fn from(axis: CGFontVariationAxis) -> Self
Converts to this type from the input type.
Source§impl From<CGFontVariationAxis> for CFString
impl From<CGFontVariationAxis> for CFString
Source§fn from(axis: CGFontVariationAxis) -> Self
fn from(axis: CGFontVariationAxis) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CGFontVariationAxis
impl RefUnwindSafe for CGFontVariationAxis
impl Send for CGFontVariationAxis
impl Sync for CGFontVariationAxis
impl Unpin for CGFontVariationAxis
impl UnwindSafe for CGFontVariationAxis
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