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