Struct noto_sans_mono_bitmap::RasterizedChar
source · pub struct RasterizedChar { /* private fields */ }
Expand description
Describes the relevant information for a rendered char of the font.
Implementations§
source§impl RasterizedChar
impl RasterizedChar
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RasterizedChar
impl RefUnwindSafe for RasterizedChar
impl Send for RasterizedChar
impl Sync for RasterizedChar
impl Unpin for RasterizedChar
impl UnwindSafe for RasterizedChar
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