Struct libdazzle_sys::DzlGraphRendererInterface
source · [−]#[repr(C)]pub struct DzlGraphRendererInterface {
pub parent: GTypeInterface,
pub render: Option<unsafe extern "C" fn(_: *mut DzlGraphRenderer, _: *mut DzlGraphModel, _: i64, _: i64, _: c_double, _: c_double, _: *mut cairo_t, _: *const cairo_rectangle_int_t)>,
}Fields
parent: GTypeInterfacerender: Option<unsafe extern "C" fn(_: *mut DzlGraphRenderer, _: *mut DzlGraphModel, _: i64, _: i64, _: c_double, _: c_double, _: *mut cairo_t, _: *const cairo_rectangle_int_t)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DzlGraphRendererInterface
impl Send for DzlGraphRendererInterface
impl Sync for DzlGraphRendererInterface
impl Unpin for DzlGraphRendererInterface
impl UnwindSafe for DzlGraphRendererInterface
Blanket Implementations
Mutably borrows from an owned value. Read more