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