rstd 0.1.0
Loading...
Searching...
No Matches
rstd::mut_ptr< T > Struct Template Referenceexport
module rstd.core

A mutable raw pointer, analogous to Rust's *mut T. More...

Inheritance diagram for rstd::mut_ptr< T >:
rstd::ptr_base< mut_ptr< T >, T, true >

Additional Inherited Members

- Public Types inherited from rstd::ptr_base< mut_ptr< T >, T, true >
using value_type
 we only process T[] for value_type
 
- Public Member Functions inherited from rstd::ptr_base< mut_ptr< T >, T, true >
- Static Public Member Functions inherited from rstd::ptr_base< mut_ptr< T >, T, true >

Detailed Description

template<typename T>
struct rstd::mut_ptr< T >

A mutable raw pointer, analogous to Rust's *mut T.

Template Parameters
TThe pointee type.

The documentation for this struct was generated from the following file: