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