pub struct TextRendererGlyph {
pub page: usize,
pub rectangle: Rect<u32>,
}
Fields§
§page: usize
§rectangle: Rect<u32>
Trait Implementations§
Source§impl Clone for TextRendererGlyph
impl Clone for TextRendererGlyph
Source§fn clone(&self) -> TextRendererGlyph
fn clone(&self) -> TextRendererGlyph
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 TextRendererGlyph
impl Debug for TextRendererGlyph
Source§impl Default for TextRendererGlyph
impl Default for TextRendererGlyph
Source§fn default() -> TextRendererGlyph
fn default() -> TextRendererGlyph
Returns the “default value” for a type. Read more
impl Copy for TextRendererGlyph
Auto Trait Implementations§
impl Freeze for TextRendererGlyph
impl RefUnwindSafe for TextRendererGlyph
impl Send for TextRendererGlyph
impl Sync for TextRendererGlyph
impl Unpin for TextRendererGlyph
impl UnwindSafe for TextRendererGlyph
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