pub struct Cache<'buf>(/* private fields */);
Expand description
The fontconfig cache header.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'buf> Freeze for Cache<'buf>
impl<'buf> RefUnwindSafe for Cache<'buf>
impl<'buf> Send for Cache<'buf>
impl<'buf> Sync for Cache<'buf>
impl<'buf> Unpin for Cache<'buf>
impl<'buf> UnwindSafe for Cache<'buf>
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