#[repr(u32)]pub enum PanoseAspect {
Any = 0,
NoFit = 1,
SuperCondensed = 2,
VeryCondensed = 3,
Condensed = 4,
Normal = 5,
Extended = 6,
VeryExtended = 7,
SuperExtended = 8,
Monospaced = 9,
}Variants§
Any = 0
NoFit = 1
SuperCondensed = 2
VeryCondensed = 3
Condensed = 4
Normal = 5
Extended = 6
VeryExtended = 7
SuperExtended = 8
Monospaced = 9
Trait Implementations§
Source§impl Clone for PanoseAspect
impl Clone for PanoseAspect
Source§fn clone(&self) -> PanoseAspect
fn clone(&self) -> PanoseAspect
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 PanoseAspect
impl Debug for PanoseAspect
Source§impl PartialEq for PanoseAspect
impl PartialEq for PanoseAspect
impl Copy for PanoseAspect
impl Eq for PanoseAspect
impl StructuralPartialEq for PanoseAspect
Auto Trait Implementations§
impl Freeze for PanoseAspect
impl RefUnwindSafe for PanoseAspect
impl Send for PanoseAspect
impl Sync for PanoseAspect
impl Unpin for PanoseAspect
impl UnsafeUnpin for PanoseAspect
impl UnwindSafe for PanoseAspect
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