Struct gtk_sys::GtkOffscreenWindow [−][src]
#[repr(C)]pub struct GtkOffscreenWindow { pub parent_object: GtkWindow, }
Fields
parent_object: GtkWindow
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkOffscreenWindow
impl !Send for GtkOffscreenWindow
impl !Sync for GtkOffscreenWindow
impl Unpin for GtkOffscreenWindow
impl UnwindSafe for GtkOffscreenWindow
Blanket Implementations
Mutably borrows from an owned value. Read more