Struct poppler_sys::PopplerFontInfo
source · #[repr(C)]pub struct PopplerFontInfo { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PopplerFontInfo
impl RefUnwindSafe for PopplerFontInfo
impl !Send for PopplerFontInfo
impl !Sync for PopplerFontInfo
impl !Unpin for PopplerFontInfo
impl UnwindSafe for PopplerFontInfo
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