#[repr(C)]pub struct HeApplicationWindowClass {
pub parent_class: GtkApplicationWindowClass,
}Fields§
§parent_class: GtkApplicationWindowClassTrait Implementations§
Source§impl Clone for HeApplicationWindowClass
impl Clone for HeApplicationWindowClass
Source§fn clone(&self) -> HeApplicationWindowClass
fn clone(&self) -> HeApplicationWindowClass
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 HeApplicationWindowClass
impl Debug for HeApplicationWindowClass
impl Copy for HeApplicationWindowClass
Auto Trait Implementations§
impl Freeze for HeApplicationWindowClass
impl RefUnwindSafe for HeApplicationWindowClass
impl !Send for HeApplicationWindowClass
impl !Sync for HeApplicationWindowClass
impl Unpin for HeApplicationWindowClass
impl UnwindSafe for HeApplicationWindowClass
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