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