pub struct GlyphImageKey {
pub font_id: FontId,
pub glyph_id: u16,
pub size: Size<usize>,
}Fields§
§font_id: FontId§glyph_id: u16§size: Size<usize>Trait Implementations§
Source§impl Clone for GlyphImageKey
impl Clone for GlyphImageKey
Source§fn clone(&self) -> GlyphImageKey
fn clone(&self) -> GlyphImageKey
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 GlyphImageKey
impl Debug for GlyphImageKey
Source§impl Hash for GlyphImageKey
impl Hash for GlyphImageKey
Source§impl PartialEq for GlyphImageKey
impl PartialEq for GlyphImageKey
impl Eq for GlyphImageKey
impl StructuralPartialEq for GlyphImageKey
Auto Trait Implementations§
impl Freeze for GlyphImageKey
impl RefUnwindSafe for GlyphImageKey
impl Send for GlyphImageKey
impl Sync for GlyphImageKey
impl Unpin for GlyphImageKey
impl UnwindSafe for GlyphImageKey
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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