Struct libadwaita_sys::AdwAboutWindow
source · #[repr(C)]pub struct AdwAboutWindow { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AdwAboutWindow
impl !Send for AdwAboutWindow
impl !Sync for AdwAboutWindow
impl !Unpin for AdwAboutWindow
impl UnwindSafe for AdwAboutWindow
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