#[repr(C)]pub struct sfFont { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for sfFont
impl RefUnwindSafe for sfFont
impl Send for sfFont
impl Sync for sfFont
impl Unpin for sfFont
impl UnwindSafe for sfFont
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