pub struct FontAndSize(pub FontId, pub f32);
Tuple Fields§
§0: FontId
§1: f32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FontAndSize
impl RefUnwindSafe for FontAndSize
impl Send for FontAndSize
impl Sync for FontAndSize
impl Unpin for FontAndSize
impl UnwindSafe for FontAndSize
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