Struct ipv4_heatmap::fonts::CrateFont
source · [−]pub struct CrateFont {
pub font: Font,
}
Fields
font: Font
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CrateFont
impl Send for CrateFont
impl Sync for CrateFont
impl Unpin for CrateFont
impl UnwindSafe for CrateFont
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more