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