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