pub struct fz_glyph_cache { /* private fields */ }Trait Implementations§
Source§impl Clone for fz_glyph_cache
impl Clone for fz_glyph_cache
Source§fn clone(&self) -> fz_glyph_cache
fn clone(&self) -> fz_glyph_cache
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for fz_glyph_cache
impl Debug for fz_glyph_cache
impl Copy for fz_glyph_cache
Auto Trait Implementations§
impl Freeze for fz_glyph_cache
impl RefUnwindSafe for fz_glyph_cache
impl Send for fz_glyph_cache
impl Sync for fz_glyph_cache
impl Unpin for fz_glyph_cache
impl UnwindSafe for fz_glyph_cache
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