pub struct DynStore { /* private fields */ }
Expand description
Dynamically typed pointer store. Frees on drop.
Implementations§
Trait Implementations§
Source§impl<T> FromIterator<*mut T> for DynStore
impl<T> FromIterator<*mut T> for DynStore
Source§impl IntoIterator for DynStore
impl IntoIterator for DynStore
Auto Trait Implementations§
impl Freeze for DynStore
impl RefUnwindSafe for DynStore
impl !Send for DynStore
impl !Sync for DynStore
impl Unpin for DynStore
impl UnwindSafe for DynStore
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