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