pub struct GenerationalPointer<S: 'static = UnsyncStorage> { /* private fields */ }
Expand description
A pointer to a specific generational box and generation in that box.
Trait Implementations§
Source§impl<S: 'static> Clone for GenerationalPointer<S>
impl<S: 'static> Clone for GenerationalPointer<S>
Source§impl<S: AnyStorage + 'static> Debug for GenerationalPointer<S>
impl<S: AnyStorage + 'static> Debug for GenerationalPointer<S>
Source§impl<S: AnyStorage + 'static> PartialEq for GenerationalPointer<S>
impl<S: AnyStorage + 'static> PartialEq for GenerationalPointer<S>
impl<S: 'static> Copy for GenerationalPointer<S>
Auto Trait Implementations§
impl<S> Freeze for GenerationalPointer<S>
impl<S> RefUnwindSafe for GenerationalPointer<S>where
S: RefUnwindSafe,
impl<S> Send for GenerationalPointer<S>where
S: Sync,
impl<S> Sync for GenerationalPointer<S>where
S: Sync,
impl<S> Unpin for GenerationalPointer<S>
impl<S> UnwindSafe for GenerationalPointer<S>where
S: RefUnwindSafe,
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