Struct geom::CornerRadii [−][src]
pub struct CornerRadii {
pub top_left: f64,
pub top_right: f64,
pub bottom_right: f64,
pub bottom_left: f64,
}
Fields
top_left: f64
top_right: f64
bottom_right: f64
bottom_left: f64
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CornerRadii
impl Send for CornerRadii
impl Sync for CornerRadii
impl Unpin for CornerRadii
impl UnwindSafe for CornerRadii
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self