Struct ami::void_pointer::VoidPointer [] [src]

#[repr(C)]
pub struct VoidPointer { /* fields omitted */ }

A type that represents a void* in C.

Trait Implementations

impl Copy for VoidPointer
[src]

impl Clone for VoidPointer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T> VoidPointerCast<T> for VoidPointer
[src]

Cast a native pointer of any type to a VoidPointer.

Cast a VoidPointer to a native pointer of any type.