Struct ipv4_heatmap::fonts::BUILTIN_FONT
source · [−]pub struct BUILTIN_FONT {
__private_field: (),
}
Fields
__private_field: ()
Trait Implementations
sourceimpl Deref for BUILTIN_FONT
impl Deref for BUILTIN_FONT
impl LazyStatic for BUILTIN_FONT
Auto Trait Implementations
impl RefUnwindSafe for BUILTIN_FONT
impl Send for BUILTIN_FONT
impl Sync for BUILTIN_FONT
impl Unpin for BUILTIN_FONT
impl UnwindSafe for BUILTIN_FONT
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