pub struct FontSet {
pub name: String,
}
Fields§
§name: String
Trait Implementations§
impl Eq for FontSet
impl StructuralPartialEq for FontSet
Auto Trait Implementations§
impl Freeze for FontSet
impl RefUnwindSafe for FontSet
impl Send for FontSet
impl Sync for FontSet
impl Unpin for FontSet
impl UnwindSafe for FontSet
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