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