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