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