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