Struct pdfium_render::bindgen::_FS_RECTF_
source ·
[−]Expand description
Rectangle area(float) in device or page coordinate system.
Fields
left: f32The x-coordinate of the left-top corner.
top: f32The y-coordinate of the left-top corner.
right: f32The x-coordinate of the right-bottom corner.
bottom: f32The y-coordinate of the right-bottom corner.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _FS_RECTF_
impl Send for _FS_RECTF_
impl Sync for _FS_RECTF_
impl Unpin for _FS_RECTF_
impl UnwindSafe for _FS_RECTF_
Blanket Implementations
Mutably borrows from an owned value. Read more
