#[repr(C)]pub struct GtkWindowHandleClass {
pub parent_class: GtkWidgetClass,
}Fields§
§parent_class: GtkWidgetClassTrait Implementations§
Source§impl Clone for GtkWindowHandleClass
impl Clone for GtkWindowHandleClass
Source§fn clone(&self) -> GtkWindowHandleClass
fn clone(&self) -> GtkWindowHandleClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkWindowHandleClass
Auto Trait Implementations§
impl !Send for GtkWindowHandleClass
impl !Sync for GtkWindowHandleClass
impl Freeze for GtkWindowHandleClass
impl RefUnwindSafe for GtkWindowHandleClass
impl Unpin for GtkWindowHandleClass
impl UnsafeUnpin for GtkWindowHandleClass
impl UnwindSafe for GtkWindowHandleClass
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