pub struct Font<TOP: LcdTopSideProvider> { /* private fields */ }
Auto Trait Implementations§
impl<TOP> Freeze for Font<TOP>
impl<TOP> RefUnwindSafe for Font<TOP>where
TOP: RefUnwindSafe,
impl<TOP> Send for Font<TOP>where
TOP: Send,
impl<TOP> Sync for Font<TOP>where
TOP: Sync,
impl<TOP> Unpin for Font<TOP>where
TOP: Unpin,
impl<TOP> UnwindSafe for Font<TOP>where
TOP: UnwindSafe,
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