Struct pdfium_render::prelude::PdfClipPath
source · pub struct PdfClipPath<'a> { /* private fields */ }Implementations§
source§impl<'a> PdfClipPath<'a>
impl<'a> PdfClipPath<'a>
pub fn bindings(&self) -> &'a dyn PdfiumLibraryBindings
Trait Implementations§
source§impl<'a> Drop for PdfClipPath<'a>
impl<'a> Drop for PdfClipPath<'a>
source§fn drop(&mut self)
fn drop(&mut self)
Closes this PdfClipPath, releasing held memory.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for PdfClipPath<'a>
impl<'a> !Send for PdfClipPath<'a>
impl<'a> !Sync for PdfClipPath<'a>
impl<'a> Unpin for PdfClipPath<'a>
impl<'a> !UnwindSafe for PdfClipPath<'a>
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