pub struct StandardFont { /* private fields */ }Expand description
Trait Implementations§
Source§impl Default for StandardFont
impl Default for StandardFont
Source§fn default() -> StandardFont
fn default() -> StandardFont
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StandardFont
impl RefUnwindSafe for StandardFont
impl Send for StandardFont
impl Sync for StandardFont
impl Unpin for StandardFont
impl UnsafeUnpin for StandardFont
impl UnwindSafe for StandardFont
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