#[repr(C)]pub struct PopplerFormFieldMapping {
pub area: PopplerRectangle,
pub field: *mut PopplerFormField,
}Fields§
§area: PopplerRectangle§field: *mut PopplerFormFieldTrait Implementations§
Source§impl Clone for PopplerFormFieldMapping
impl Clone for PopplerFormFieldMapping
Source§fn clone(&self) -> PopplerFormFieldMapping
fn clone(&self) -> PopplerFormFieldMapping
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PopplerFormFieldMapping
impl Debug for PopplerFormFieldMapping
impl Copy for PopplerFormFieldMapping
Auto Trait Implementations§
impl Freeze for PopplerFormFieldMapping
impl RefUnwindSafe for PopplerFormFieldMapping
impl !Send for PopplerFormFieldMapping
impl !Sync for PopplerFormFieldMapping
impl Unpin for PopplerFormFieldMapping
impl UnwindSafe for PopplerFormFieldMapping
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