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