Struct ExGetHeight
pub struct ExGetHeight<'ex> { /* private fields */ }Expand description
Default-param extender for Font::get_height_ex.
Implementations§
§impl<'ex> ExGetHeight<'ex>
impl<'ex> ExGetHeight<'ex>
pub fn font_size(self, font_size: i32) -> ExGetHeight<'ex>
pub fn done(self) -> f32
Auto Trait Implementations§
impl<'ex> Freeze for ExGetHeight<'ex>
impl<'ex> RefUnwindSafe for ExGetHeight<'ex>
impl<'ex> !Send for ExGetHeight<'ex>
impl<'ex> !Sync for ExGetHeight<'ex>
impl<'ex> Unpin for ExGetHeight<'ex>
impl<'ex> UnwindSafe for ExGetHeight<'ex>
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