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