pub struct Fontconfig { /* private fields */ }Expand description
Handle obtained after Fontconfig has been initialised.
Implementations§
Auto Trait Implementations§
impl Freeze for Fontconfig
impl RefUnwindSafe for Fontconfig
impl Send for Fontconfig
impl Sync for Fontconfig
impl Unpin for Fontconfig
impl UnsafeUnpin for Fontconfig
impl UnwindSafe for Fontconfig
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