Struct gtk_sys::GtkOffscreenWindow
[−]
[src]
#[repr(C)]pub struct GtkOffscreenWindow { pub parent_object: GtkWindow, }
Fields
parent_object: GtkWindow
Trait Implementations
impl Copy for GtkOffscreenWindow
[src]
impl Clone for GtkOffscreenWindow
[src]
fn clone(&self) -> GtkOffscreenWindow
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more