#[repr(C)]pub struct HeSettingsWindow {
pub parent_instance: HeWindow,
pub priv_: *mut HeSettingsWindowPrivate,
}Fields§
§parent_instance: HeWindow§priv_: *mut HeSettingsWindowPrivateTrait Implementations§
Source§impl Clone for HeSettingsWindow
impl Clone for HeSettingsWindow
Source§fn clone(&self) -> HeSettingsWindow
fn clone(&self) -> HeSettingsWindow
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 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