#[repr(C)]pub struct AdwAboutWindow { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdwAboutWindow
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