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