Struct libdazzle_sys::DzlGraphView
source · [−]#[repr(C)]pub struct DzlGraphView {
pub parent_instance: GtkDrawingArea,
}Fields
parent_instance: GtkDrawingAreaTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DzlGraphView
impl !Send for DzlGraphView
impl !Sync for DzlGraphView
impl Unpin for DzlGraphView
impl UnwindSafe for DzlGraphView
Blanket Implementations
Mutably borrows from an owned value. Read more