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