Struct libhandy_sys::HdyPreferencesRow
source · #[repr(C)]pub struct HdyPreferencesRow {
pub parent_instance: GtkListBoxRow,
}
Fields§
§parent_instance: GtkListBoxRow
Trait Implementations§
source§impl Clone for HdyPreferencesRow
impl Clone for HdyPreferencesRow
source§fn clone(&self) -> HdyPreferencesRow
fn clone(&self) -> HdyPreferencesRow
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 HdyPreferencesRow
impl Debug for HdyPreferencesRow
impl Copy for HdyPreferencesRow
Auto Trait Implementations§
impl RefUnwindSafe for HdyPreferencesRow
impl !Send for HdyPreferencesRow
impl !Sync for HdyPreferencesRow
impl Unpin for HdyPreferencesRow
impl UnwindSafe for HdyPreferencesRow
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