Struct fontkit::StaticFace
source · [−]pub struct StaticFace { /* private fields */ }Expand description
The self-referencing struct.
Auto Trait Implementations
impl RefUnwindSafe for StaticFace
impl Send for StaticFace
impl Sync for StaticFace
impl Unpin for StaticFace
impl UnwindSafe for StaticFace
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more