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