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