Struct gsk4_sys::GskShadow [−][src]
#[repr(C)]pub struct GskShadow {
pub color: GdkRGBA,
pub dx: c_float,
pub dy: c_float,
pub radius: c_float,
}
Fields
color: GdkRGBA
dx: c_float
dy: c_float
radius: c_float
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GskShadow
impl UnwindSafe for GskShadow
Blanket Implementations
Mutably borrows from an owned value. Read more