#[repr(C)]pub struct AdwAboutWindowClass {
pub parent_class: AdwWindowClass,
}Fields§
§parent_class: AdwWindowClassTrait Implementations§
Source§impl Clone for AdwAboutWindowClass
impl Clone for AdwAboutWindowClass
Source§fn clone(&self) -> AdwAboutWindowClass
fn clone(&self) -> AdwAboutWindowClass
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 AdwAboutWindowClass
Auto Trait Implementations§
impl !Send for AdwAboutWindowClass
impl !Sync for AdwAboutWindowClass
impl Freeze for AdwAboutWindowClass
impl RefUnwindSafe for AdwAboutWindowClass
impl Unpin for AdwAboutWindowClass
impl UnsafeUnpin 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