Struct gtk4_sys::GtkSymbolicPaintableInterface
source · #[repr(C)]pub struct GtkSymbolicPaintableInterface {
pub g_iface: GTypeInterface,
pub snapshot_symbolic: Option<unsafe extern "C" fn(_: *mut GtkSymbolicPaintable, _: *mut GdkSnapshot, _: c_double, _: c_double, _: *const GdkRGBA, _: size_t)>,
}
Fields§
§g_iface: GTypeInterface
§snapshot_symbolic: Option<unsafe extern "C" fn(_: *mut GtkSymbolicPaintable, _: *mut GdkSnapshot, _: c_double, _: c_double, _: *const GdkRGBA, _: size_t)>
Trait Implementations§
source§impl Clone for GtkSymbolicPaintableInterface
impl Clone for GtkSymbolicPaintableInterface
source§fn clone(&self) -> GtkSymbolicPaintableInterface
fn clone(&self) -> GtkSymbolicPaintableInterface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more