Enum drone_ctypes::c_void[][src]

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

Equivalent to C's void type when used as a pointer.

Trait Implementations

impl Debug for c_void
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for c_void

impl Sync for c_void