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