[−][src]Trait cpp_core::ops::Indirection
Represents C++'s indirection operator (*a).
Associated Types
type Output
Output type.
Required methods
unsafe fn indirection(&self) -> Self::Output
Returns the object self is pointing to.