Struct gtk_sys::_GtkUIManagerPrivate
source · [−]#[repr(C)]pub struct _GtkUIManagerPrivate { /* private fields */ }
Auto Trait Implementations
impl RefUnwindSafe for _GtkUIManagerPrivate
impl !Send for _GtkUIManagerPrivate
impl !Sync for _GtkUIManagerPrivate
impl !Unpin for _GtkUIManagerPrivate
impl UnwindSafe for _GtkUIManagerPrivate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more