Struct gtk4_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§
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