Struct resvg::resvg_rect [−][src]
Expand description
@brief A rectangle representation.
Width and height are guarantee to be > 0.
Fields
x: f64y: f64width: f64height: f64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for resvg_rect
impl Send for resvg_rect
impl Sync for resvg_rect
impl Unpin for resvg_rect
impl UnwindSafe for resvg_rect
Blanket Implementations
Mutably borrows from an owned value. Read more