pub struct SoftwareGlyphAtlasGlyph {
pub key: SoftwareGlyphAtlasKey,
pub mask: SoftwareGlyphAtlasMask,
pub x: i32,
pub y: i32,
pub color: Color,
}Fields§
§key: SoftwareGlyphAtlasKey§mask: SoftwareGlyphAtlasMask§x: i32§y: i32§color: ColorTrait Implementations§
Source§impl Clone for SoftwareGlyphAtlasGlyph
impl Clone for SoftwareGlyphAtlasGlyph
Source§fn clone(&self) -> SoftwareGlyphAtlasGlyph
fn clone(&self) -> SoftwareGlyphAtlasGlyph
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 moreAuto Trait Implementations§
impl Freeze for SoftwareGlyphAtlasGlyph
impl RefUnwindSafe for SoftwareGlyphAtlasGlyph
impl Send for SoftwareGlyphAtlasGlyph
impl Sync for SoftwareGlyphAtlasGlyph
impl Unpin for SoftwareGlyphAtlasGlyph
impl UnsafeUnpin for SoftwareGlyphAtlasGlyph
impl UnwindSafe for SoftwareGlyphAtlasGlyph
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