pub enum FontCollectionIndex {
Major,
Minor,
None,
}Expand description
The theme font collection selected by fontRef@idx.
Variants§
Trait Implementations§
Source§impl Clone for FontCollectionIndex
impl Clone for FontCollectionIndex
Source§fn clone(&self) -> FontCollectionIndex
fn clone(&self) -> FontCollectionIndex
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 FontCollectionIndex
Source§impl Debug for FontCollectionIndex
impl Debug for FontCollectionIndex
impl Eq for FontCollectionIndex
Source§impl PartialEq for FontCollectionIndex
impl PartialEq for FontCollectionIndex
impl StructuralPartialEq for FontCollectionIndex
Auto Trait Implementations§
impl Freeze for FontCollectionIndex
impl RefUnwindSafe for FontCollectionIndex
impl Send for FontCollectionIndex
impl Sync for FontCollectionIndex
impl Unpin for FontCollectionIndex
impl UnsafeUnpin for FontCollectionIndex
impl UnwindSafe for FontCollectionIndex
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