#[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 Freeze for GtkSymbolicPaintableInterface
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)