pub struct SoftwareGlyphAtlasPlacement {
pub key: SoftwareGlyphAtlasKey,
pub x: i32,
pub y: i32,
pub width: usize,
pub height: usize,
pub color: Color,
}Fields§
§key: SoftwareGlyphAtlasKey§x: i32§y: i32§width: usize§height: usize§color: ColorTrait Implementations§
Source§impl Clone for SoftwareGlyphAtlasPlacement
impl Clone for SoftwareGlyphAtlasPlacement
Source§fn clone(&self) -> SoftwareGlyphAtlasPlacement
fn clone(&self) -> SoftwareGlyphAtlasPlacement
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 moreimpl Copy for SoftwareGlyphAtlasPlacement
Auto Trait Implementations§
impl Freeze for SoftwareGlyphAtlasPlacement
impl RefUnwindSafe for SoftwareGlyphAtlasPlacement
impl Send for SoftwareGlyphAtlasPlacement
impl Sync for SoftwareGlyphAtlasPlacement
impl Unpin for SoftwareGlyphAtlasPlacement
impl UnsafeUnpin for SoftwareGlyphAtlasPlacement
impl UnwindSafe for SoftwareGlyphAtlasPlacement
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