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