pub struct NotoFont {
pub name: &'static str,
pub url: &'static str,
}Fields§
§name: &'static str§url: &'static strAuto Trait Implementations§
impl Freeze for NotoFont
impl RefUnwindSafe for NotoFont
impl Send for NotoFont
impl Sync for NotoFont
impl Unpin for NotoFont
impl UnsafeUnpin for NotoFont
impl UnwindSafe for NotoFont
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