#[repr(C)]pub struct HdyApplicationWindow {
pub parent_instance: GtkApplicationWindow,
}Fields§
§parent_instance: GtkApplicationWindowTrait Implementations§
Source§impl Clone for HdyApplicationWindow
impl Clone for HdyApplicationWindow
Source§fn clone(&self) -> HdyApplicationWindow
fn clone(&self) -> HdyApplicationWindow
Returns a duplicate 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 HdyApplicationWindow
impl Debug for HdyApplicationWindow
impl Copy for HdyApplicationWindow
Auto Trait Implementations§
impl Freeze for HdyApplicationWindow
impl RefUnwindSafe for HdyApplicationWindow
impl !Send for HdyApplicationWindow
impl !Sync for HdyApplicationWindow
impl Unpin for HdyApplicationWindow
impl UnwindSafe for HdyApplicationWindow
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