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