pub struct PdfPageShadingObject<'a> { /* private fields */ }Auto Trait Implementations
impl<'a> !RefUnwindSafe for PdfPageShadingObject<'a>
impl<'a> !Send for PdfPageShadingObject<'a>
impl<'a> !Sync for PdfPageShadingObject<'a>
impl<'a> Unpin for PdfPageShadingObject<'a>
impl<'a> !UnwindSafe for PdfPageShadingObject<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<'a, T> PdfPageObjectCommon<'a> for T where
T: PdfPageObjectPrivate<'a>,
impl<'a, T> PdfPageObjectCommon<'a> for T where
T: PdfPageObjectPrivate<'a>,
sourcefn index(&self) -> usize
fn index(&self) -> usize
Returns the zero-based object index of this PdfPageObject in its containing PdfPage.
sourcefn has_transparency(&self) -> bool
fn has_transparency(&self) -> bool
Returns true if this PdfPageObject contains transparency.
sourcefn bounds(&self) -> Result<PdfRect, PdfiumError>
fn bounds(&self) -> Result<PdfRect, PdfiumError>
Returns the bounding box of this PdfPageObject.