pub struct TTF_TextEngine { /* private fields */ }Trait Implementations§
Source§impl Clone for TTF_TextEngine
impl Clone for TTF_TextEngine
Source§fn clone(&self) -> TTF_TextEngine
fn clone(&self) -> TTF_TextEngine
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TTF_TextEngine
impl Debug for TTF_TextEngine
impl Copy for TTF_TextEngine
Auto Trait Implementations§
impl Freeze for TTF_TextEngine
impl RefUnwindSafe for TTF_TextEngine
impl Send for TTF_TextEngine
impl Sync for TTF_TextEngine
impl Unpin for TTF_TextEngine
impl UnsafeUnpin for TTF_TextEngine
impl UnwindSafe for TTF_TextEngine
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