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