Struct libharu_sys::HPDF_Rect[][src]

#[repr(C)]
pub struct HPDF_Rect { pub left: HPDF_REAL, pub bottom: HPDF_REAL, pub right: HPDF_REAL, pub top: HPDF_REAL, }

Fields

Trait Implementations

impl Copy for HPDF_Rect
[src]

impl Clone for HPDF_Rect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for HPDF_Rect

impl Sync for HPDF_Rect