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