Struct libhandy_sys::HdyExpanderRowClass
source · #[repr(C)]pub struct HdyExpanderRowClass {
pub parent_class: HdyPreferencesRowClass,
pub padding: [gpointer; 4],
}Fields§
§parent_class: HdyPreferencesRowClass§padding: [gpointer; 4]Trait Implementations§
source§impl Clone for HdyExpanderRowClass
impl Clone for HdyExpanderRowClass
source§fn clone(&self) -> HdyExpanderRowClass
fn clone(&self) -> HdyExpanderRowClass
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