Struct gtk_sys::GtkFlowBoxAccessible
source · #[repr(C)]pub struct GtkFlowBoxAccessible {
pub parent: GtkContainerAccessible,
pub priv_: *mut GtkFlowBoxAccessiblePrivate,
}
Fields§
§parent: GtkContainerAccessible
§priv_: *mut GtkFlowBoxAccessiblePrivate
Trait Implementations§
source§impl Clone for GtkFlowBoxAccessible
impl Clone for GtkFlowBoxAccessible
source§fn clone(&self) -> GtkFlowBoxAccessible
fn clone(&self) -> GtkFlowBoxAccessible
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