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