Struct style_traits::arc_slice::ForgottenArcSlicePtr
source · #[repr(C)]pub struct ForgottenArcSlicePtr<T>(NonNull<T>);
Expand description
The inner pointer of an ArcSlice
Tuple Fields§
§0: NonNull<T>
Auto Trait Implementations§
impl<T> Freeze for ForgottenArcSlicePtr<T>
impl<T> RefUnwindSafe for ForgottenArcSlicePtr<T>where
T: RefUnwindSafe,
impl<T> !Send for ForgottenArcSlicePtr<T>
impl<T> !Sync for ForgottenArcSlicePtr<T>
impl<T> Unpin for ForgottenArcSlicePtr<T>
impl<T> UnwindSafe for ForgottenArcSlicePtr<T>where
T: 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