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