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