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