Struct libhandy_sys::HdyApplicationWindow
source · #[repr(C)]pub struct HdyApplicationWindow {
pub parent_instance: GtkApplicationWindow,
}Fields§
§parent_instance: GtkApplicationWindowTrait Implementations§
source§impl Clone for HdyApplicationWindow
impl Clone for HdyApplicationWindow
source§fn clone(&self) -> HdyApplicationWindow
fn clone(&self) -> HdyApplicationWindow
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