Trait repr_offset::utils::PointerTarget
source · pub unsafe trait PointerTarget {
type Target;
}
Expand description
Gets the type pointed-to by a pointer.
pub unsafe trait PointerTarget {
type Target;
}
Gets the type pointed-to by a pointer.