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