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