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