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