Struct ami::UnsafeData [] [src]

pub struct UnsafeData(_);

An unsafe wrapper around a Void pointer.

Methods

impl UnsafeData
[src]

Create UnsafeData from a raw pointer.

Get a raw pointer from UnsafeData.

Get an unsafe mutable raw pointer from UnsafeData.

Get a slice from UnsafeData.