pub struct GlyphEntry {
pub index: u32,
pub advance: i32,
}
Fields§
§index: u32
§advance: i32
Trait Implementations§
Source§impl Clone for GlyphEntry
impl Clone for GlyphEntry
Source§fn clone(&self) -> GlyphEntry
fn clone(&self) -> GlyphEntry
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 GlyphEntry
impl Debug for GlyphEntry
Source§impl PartialEq for GlyphEntry
impl PartialEq for GlyphEntry
impl Eq for GlyphEntry
impl StructuralPartialEq for GlyphEntry
Auto Trait Implementations§
impl Freeze for GlyphEntry
impl RefUnwindSafe for GlyphEntry
impl Send for GlyphEntry
impl Sync for GlyphEntry
impl Unpin for GlyphEntry
impl UnwindSafe for GlyphEntry
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