Struct libhelium_sys::HeWindow
source · #[repr(C)]pub struct HeWindow {
pub parent_instance: GtkWindow,
pub priv_: *mut HeWindowPrivate,
}
Fields§
§parent_instance: GtkWindow
§priv_: *mut HeWindowPrivate
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeWindow
impl RefUnwindSafe for HeWindow
impl !Send for HeWindow
impl !Sync for HeWindow
impl Unpin for HeWindow
impl UnwindSafe for HeWindow
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