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