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