Struct rich_sdl2_rust::ttf::font::KerningDisabler
source · pub struct KerningDisabler<'font>(/* private fields */);
Expand description
A disabler of font kerning. Kerning of the font is disabled until this struct is dropped.
Trait Implementations§
Auto Trait Implementations§
impl<'font> !RefUnwindSafe for KerningDisabler<'font>
impl<'font> !Send for KerningDisabler<'font>
impl<'font> !Sync for KerningDisabler<'font>
impl<'font> Unpin for KerningDisabler<'font>
impl<'font> !UnwindSafe for KerningDisabler<'font>
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