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