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 moresource§impl Debug for HdyExpanderRowClass
impl Debug for HdyExpanderRowClass
impl Copy for HdyExpanderRowClass
Auto Trait Implementations§
impl RefUnwindSafe for HdyExpanderRowClass
impl !Send for HdyExpanderRowClass
impl !Sync for HdyExpanderRowClass
impl Unpin for HdyExpanderRowClass
impl UnwindSafe for HdyExpanderRowClass
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more