pub enum FtSynthesize {
Bold,
Oblique,
// some variants omitted
}
Variants§
Trait Implementations§
Source§impl Clone for FtSynthesize
impl Clone for FtSynthesize
Source§fn clone(&self) -> FtSynthesize
fn clone(&self) -> FtSynthesize
Returns a copy 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 FtSynthesize
impl Debug for FtSynthesize
Source§impl Display for FtSynthesize
impl Display for FtSynthesize
Source§impl PartialEq for FtSynthesize
impl PartialEq for FtSynthesize
Source§impl PartialOrd for FtSynthesize
impl PartialOrd for FtSynthesize
impl Copy for FtSynthesize
impl StructuralPartialEq for FtSynthesize
Auto Trait Implementations§
impl Freeze for FtSynthesize
impl RefUnwindSafe for FtSynthesize
impl Send for FtSynthesize
impl Sync for FtSynthesize
impl Unpin for FtSynthesize
impl UnwindSafe for FtSynthesize
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