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