Struct gtk4::RecentData
source · [−]pub struct RecentData { /* private fields */ }
Implementations
sourceimpl RecentData
impl RecentData
Auto Trait Implementations
impl RefUnwindSafe for RecentData
impl Send for RecentData
impl Sync for RecentData
impl Unpin for RecentData
impl UnwindSafe for RecentData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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