Struct nstd_core::pointer::NSTDPointer [−][src]
Expand description
Represents a reference to any type.
Fields
ptr: *mut c_voidRaw pointer to the referenced object.
size: usizeSize in bytes of the referenced object.
Implementations
Conversion methods.
Interprets an NSTDPointer as a byte slice.
