Function traitobject::data
[−]
[src]
pub unsafe fn data<T: ?Sized>(val: *const T) -> *const ()
Get the data pointer from this trait object.
Highly unsafe, as there is no information about the type of the data.
pub unsafe fn data<T: ?Sized>(val: *const T) -> *const ()
Get the data pointer from this trait object.
Highly unsafe, as there is no information about the type of the data.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).