Struct rich_sdl2_rust::ttf::Ttf
source · pub struct Ttf { /* private fields */ }
Expand description
A root SDL2_ttf controller.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Ttf
impl Send for Ttf
impl !Sync for Ttf
impl Unpin for Ttf
impl UnwindSafe for Ttf
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