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