Struct gsk4_sys::GskRoundedRect [−][src]
#[repr(C)]pub struct GskRoundedRect {
pub bounds: graphene_rect_t,
pub corner: [graphene_size_t; 4],
}
Fields
bounds: graphene_rect_t
corner: [graphene_size_t; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GskRoundedRect
impl Send for GskRoundedRect
impl Sync for GskRoundedRect
impl Unpin for GskRoundedRect
impl UnwindSafe for GskRoundedRect
Blanket Implementations
Mutably borrows from an owned value. Read more