pub struct HbScaledFont<'a> {
pub font: &'a HbFont<'a>,
pub font_size_px: f32,
}
Fields§
§font: &'a HbFont<'a>
§font_size_px: f32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for HbScaledFont<'a>
impl<'a> RefUnwindSafe for HbScaledFont<'a>
impl<'a> !Send for HbScaledFont<'a>
impl<'a> !Sync for HbScaledFont<'a>
impl<'a> Unpin for HbScaledFont<'a>
impl<'a> UnwindSafe for HbScaledFont<'a>
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