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