#[repr(C)]pub struct HdyWindow {
pub parent_instance: GtkWindow,
}Fields§
§parent_instance: GtkWindowTrait Implementations§
Auto Trait Implementations§
impl Freeze for HdyWindow
impl RefUnwindSafe for HdyWindow
impl !Send for HdyWindow
impl !Sync for HdyWindow
impl Unpin for HdyWindow
impl UnwindSafe for HdyWindow
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