pub struct GlyphAtlas {
pub allocator: BucketedAtlasAllocator,
pub pixels: Vec<u8>,
pub width: u32,
pub height: u32,
pub dirty: bool,
}Fields§
§allocator: BucketedAtlasAllocator§pixels: Vec<u8>§width: u32§height: u32§dirty: boolImplementations§
Source§impl GlyphAtlas
impl GlyphAtlas
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GlyphAtlas
impl RefUnwindSafe for GlyphAtlas
impl Send for GlyphAtlas
impl Sync for GlyphAtlas
impl Unpin for GlyphAtlas
impl UnsafeUnpin for GlyphAtlas
impl UnwindSafe for GlyphAtlas
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