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 moreimpl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more