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