Struct libadwaita_sys::AdwAboutWindowClass
source · #[repr(C)]pub struct AdwAboutWindowClass {
pub parent_class: AdwWindowClass,
}Fields
parent_class: AdwWindowClassTrait Implementations
sourceimpl Clone for AdwAboutWindowClass
impl Clone for AdwAboutWindowClass
sourcefn clone(&self) -> AdwAboutWindowClass
fn clone(&self) -> AdwAboutWindowClass
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more