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