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