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