pub struct GlyphBitmap {
pub key: GlyphKey,
pub w: u32,
pub h: u32,
pub content: SwashContent,
pub data: Vec<u8>,
}Fields§
§key: GlyphKey§w: u32§h: u32§content: SwashContent§data: Vec<u8>Auto Trait Implementations§
impl Freeze for GlyphBitmap
impl RefUnwindSafe for GlyphBitmap
impl Send for GlyphBitmap
impl Sync for GlyphBitmap
impl Unpin for GlyphBitmap
impl UnsafeUnpin for GlyphBitmap
impl UnwindSafe for GlyphBitmap
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