pub struct TypedPtrConst<'mem, T>(/* private fields */)
where
T: ?Sized;Expand description
A pointer to an uninitialized value with a lifetime.
Implementations§
Source§impl<'mem, T> TypedPtrConst<'mem, T>where
T: ?Sized,
impl<'mem, T> TypedPtrConst<'mem, T>where
T: ?Sized,
Trait Implementations§
Source§impl<T> Debug for TypedPtrConst<'_, T>where
T: ?Sized,
impl<T> Debug for TypedPtrConst<'_, T>where
T: ?Sized,
Auto Trait Implementations§
impl<'mem, T> Freeze for TypedPtrConst<'mem, T>where
T: ?Sized,
impl<'mem, T> RefUnwindSafe for TypedPtrConst<'mem, T>where
T: RefUnwindSafe + ?Sized,
impl<'mem, T> !Send for TypedPtrConst<'mem, T>
impl<'mem, T> !Sync for TypedPtrConst<'mem, T>
impl<'mem, T> Unpin for TypedPtrConst<'mem, T>where
T: ?Sized,
impl<'mem, T> UnwindSafe for TypedPtrConst<'mem, T>where
T: RefUnwindSafe + ?Sized,
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