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