pub struct TypedPokeValueUninit<'mem, T: Facet> { /* private fields */ }Expand description
A strongly-typed value writer that ensures type safety at compile-time
Implementations§
Auto Trait Implementations§
impl<'mem, T> Freeze for TypedPokeValueUninit<'mem, T>
impl<'mem, T> RefUnwindSafe for TypedPokeValueUninit<'mem, T>where
T: RefUnwindSafe,
impl<'mem, T> !Send for TypedPokeValueUninit<'mem, T>
impl<'mem, T> !Sync for TypedPokeValueUninit<'mem, T>
impl<'mem, T> Unpin for TypedPokeValueUninit<'mem, T>where
T: Unpin,
impl<'mem, T> !UnwindSafe for TypedPokeValueUninit<'mem, T>
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