pub struct BitmapGlyph { /* private fields */ }
Implementations§
Source§impl BitmapGlyph
impl BitmapGlyph
Trait Implementations§
Source§impl Drop for BitmapGlyph
impl Drop for BitmapGlyph
Auto Trait Implementations§
impl Freeze for BitmapGlyph
impl RefUnwindSafe for BitmapGlyph
impl !Send for BitmapGlyph
impl !Sync for BitmapGlyph
impl Unpin for BitmapGlyph
impl UnwindSafe for BitmapGlyph
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