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
sourceimpl Clone for GtkSymbolicPaintableInterface
impl Clone for GtkSymbolicPaintableInterface
sourcefn clone(&self) -> GtkSymbolicPaintableInterface
fn clone(&self) -> GtkSymbolicPaintableInterface
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GtkSymbolicPaintableInterface
impl Debug for GtkSymbolicPaintableInterface
impl Copy for GtkSymbolicPaintableInterface
Auto Trait Implementations
impl RefUnwindSafe for GtkSymbolicPaintableInterface
impl Send for GtkSymbolicPaintableInterface
impl Sync for GtkSymbolicPaintableInterface
impl Unpin for GtkSymbolicPaintableInterface
impl UnwindSafe for GtkSymbolicPaintableInterface
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more