pub struct FontMarker;Expand description
Phantom marker for font indices.
Auto Trait Implementations§
impl Freeze for FontMarker
impl RefUnwindSafe for FontMarker
impl Send for FontMarker
impl Sync for FontMarker
impl Unpin for FontMarker
impl UnwindSafe for FontMarker
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