Struct libadwaita_sys::AdwWindow
source · #[repr(C)]pub struct AdwWindow {
pub parent_instance: GtkWindow,
}Fields
parent_instance: GtkWindowTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AdwWindow
impl !Send for AdwWindow
impl !Sync for AdwWindow
impl Unpin for AdwWindow
impl UnwindSafe for AdwWindow
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