Struct nando_support::iptr::TypedIPtr
source · #[repr(C)]pub struct TypedIPtr<T> {
inner: IPtr,
pointee_type: PhantomData<T>,
}Fields§
§inner: IPtr§pointee_type: PhantomData<T>Implementations§
Trait Implementations§
source§impl<T> From<&TypedIPtr<T>> for NandoArgument
impl<T> From<&TypedIPtr<T>> for NandoArgument
source§impl<T> From<TypedIPtr<T>> for NandoArgument
impl<T> From<TypedIPtr<T>> for NandoArgument
impl<T: Copy> Copy for TypedIPtr<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for TypedIPtr<T>where T: RefUnwindSafe,
impl<T> Send for TypedIPtr<T>where T: Send,
impl<T> Sync for TypedIPtr<T>where T: Sync,
impl<T> Unpin for TypedIPtr<T>where T: Unpin,
impl<T> UnwindSafe for TypedIPtr<T>where T: UnwindSafe,
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