pub enum GlyphFormat {
Alpha,
Rgba,
}Expand description
Format of the rasterized glyph bitmap
Variants§
Trait Implementations§
Source§impl Clone for GlyphFormat
impl Clone for GlyphFormat
Source§fn clone(&self) -> GlyphFormat
fn clone(&self) -> GlyphFormat
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 GlyphFormat
impl Debug for GlyphFormat
Source§impl PartialEq for GlyphFormat
impl PartialEq for GlyphFormat
impl Copy for GlyphFormat
impl Eq for GlyphFormat
impl StructuralPartialEq for GlyphFormat
Auto Trait Implementations§
impl Freeze for GlyphFormat
impl RefUnwindSafe for GlyphFormat
impl Send for GlyphFormat
impl Sync for GlyphFormat
impl Unpin for GlyphFormat
impl UnsafeUnpin for GlyphFormat
impl UnwindSafe for GlyphFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.