pub struct PdfPageImageObject<'a> { /* private fields */ }

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Returns true if this PdfPageObject contains transparency.

Returns the bounding box of this PdfPageObject.

Applies the given transformation, expressed as six values representing the six configurable elements of a nine-element 3x3 PDF transformation matrix, to this PdfPageObject. Read more

Sets the blend mode that will be applied when painting this PdfPageObject.

Returns the color of any filled paths in this PdfPageObject.

Sets the color of any filled paths in this PdfPageObject.

Returns the color of any stroked lines in this PdfPageObject.

Sets the color of any stroked lines in this PdfPageObject.

Returns the width of any stroked lines in this PdfPageObject.

Sets the width of any stroked lines in this PdfPageObject. Read more

Returns the line join style that will be used when painting stroked path segments in this PdfPageObject. Read more

Sets the line join style that will be used when painting stroked path segments in this PdfPageObject. Read more

Returns the line cap style that will be used when painting stroked path segments in this PdfPageObject. Read more

Sets the line join style that will be used when painting stroked path segments in this PdfPageObject. Read more

Returns the width of this PdfPageObject.

Returns the height of this PdfPageObject.

Returns true if the bounds of this PdfPageObject lie entirely within the given rectangle.

Returns true if the bounds of this PdfPageObject lie at least partially within the given rectangle. Read more

Moves the origin of this PdfPageObject by the given horizontal and vertical delta distances.

Changes the size of this PdfPageObject, scaling it by the given horizontal and vertical scale factors. Read more

Rotates this PdfPageObject counter-clockwise by the given number of degrees.

Rotates this PdfPageObject clockwise by the given number of degrees.

Rotates this PdfPageObject counter-clockwise by the given number of radians.

Rotates this PdfPageObject clockwise by the given number of radians.

Skews the axes of this PdfPageObject by the given angles in degrees.

Skews the axes of this PdfPageObject by the given angles in radians.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.