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