#[repr(C)]pub struct DzlGraphView {
pub parent_instance: GtkDrawingArea,
}Fields§
§parent_instance: GtkDrawingAreaTrait Implementations§
Source§impl Clone for DzlGraphView
impl Clone for DzlGraphView
Source§fn clone(&self) -> DzlGraphView
fn clone(&self) -> DzlGraphView
Returns a duplicate 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 moreSource§impl Debug for DzlGraphView
impl Debug for DzlGraphView
impl Copy for DzlGraphView
Auto Trait Implementations§
impl Freeze for DzlGraphView
impl RefUnwindSafe for DzlGraphView
impl !Send for DzlGraphView
impl !Sync for DzlGraphView
impl Unpin for DzlGraphView
impl UnwindSafe for DzlGraphView
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