pub enum LetterAttr {
Default,
ForcedUpright,
}Variants§
Trait Implementations§
Source§impl Clone for LetterAttr
impl Clone for LetterAttr
Source§fn clone(&self) -> LetterAttr
fn clone(&self) -> LetterAttr
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 LetterAttr
impl Debug for LetterAttr
Source§impl PartialEq for LetterAttr
impl PartialEq for LetterAttr
impl Copy for LetterAttr
impl StructuralPartialEq for LetterAttr
Auto Trait Implementations§
impl Freeze for LetterAttr
impl RefUnwindSafe for LetterAttr
impl Send for LetterAttr
impl Sync for LetterAttr
impl Unpin for LetterAttr
impl UnwindSafe for LetterAttr
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