pub struct TTF_TextLayout { /* private fields */ }Auto Trait Implementations§
impl Freeze for TTF_TextLayout
impl RefUnwindSafe for TTF_TextLayout
impl Send for TTF_TextLayout
impl Sync for TTF_TextLayout
impl Unpin for TTF_TextLayout
impl UnwindSafe for TTF_TextLayout
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