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 PartialEq for VoidPointer
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.