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