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