pub struct FontLoader { /* private fields */ }Expand description
Font loader interface for custom font backends
This provides a safe Rust interface to Dear ImGui’s ImFontLoader system, allowing custom font loading implementations.
Implementations§
Auto Trait Implementations§
impl Freeze for FontLoader
impl RefUnwindSafe for FontLoader
impl !Send for FontLoader
impl !Sync for FontLoader
impl Unpin for FontLoader
impl UnwindSafe for FontLoader
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