Struct libdazzle_sys::DzlApplicationWindowClass
source · [−]#[repr(C)]pub struct DzlApplicationWindowClass {
pub parent_class: GtkApplicationWindowClass,
pub get_fullscreen: Option<unsafe extern "C" fn(_: *mut DzlApplicationWindow) -> gboolean>,
pub set_fullscreen: Option<unsafe extern "C" fn(_: *mut DzlApplicationWindow, _: gboolean)>,
pub _reserved1: gpointer,
pub _reserved2: gpointer,
pub _reserved3: gpointer,
pub _reserved4: gpointer,
pub _reserved5: gpointer,
pub _reserved6: gpointer,
pub _reserved7: gpointer,
pub _reserved8: gpointer,
}Fields
parent_class: GtkApplicationWindowClassget_fullscreen: Option<unsafe extern "C" fn(_: *mut DzlApplicationWindow) -> gboolean>set_fullscreen: Option<unsafe extern "C" fn(_: *mut DzlApplicationWindow, _: gboolean)>_reserved1: gpointer_reserved2: gpointer_reserved3: gpointer_reserved4: gpointer_reserved5: gpointer_reserved6: gpointer_reserved7: gpointer_reserved8: gpointerTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DzlApplicationWindowClass
impl !Send for DzlApplicationWindowClass
impl !Sync for DzlApplicationWindowClass
impl Unpin for DzlApplicationWindowClass
impl UnwindSafe for DzlApplicationWindowClass
Blanket Implementations
Mutably borrows from an owned value. Read more