Enum ipp_ctypes::c_void1.1.0 [] [src]

#[repr(u8)]
pub enum c_void { // some variants omitted }

Type used to construct void pointers for use with C.

This type is only useful as a pointer target. Do not use it as a return type for FFI functions which have the void return type in C. Use the unit type () or omit the return type instead.

Trait Implementations

impl Debug for c_void
1.16.0
[src]

[src]