#[repr(C)]pub struct HeSettingsRow {
pub parent_instance: GtkListBoxRow,
pub priv_: *mut HeSettingsRowPrivate,
}Fields§
§parent_instance: GtkListBoxRow§priv_: *mut HeSettingsRowPrivateTrait Implementations§
Source§impl Clone for HeSettingsRow
impl Clone for HeSettingsRow
Source§fn clone(&self) -> HeSettingsRow
fn clone(&self) -> HeSettingsRow
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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