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