rs::util::c

Trait COpaquePtr

Source
pub trait COpaquePtr { }
Expand description

Marker trait for values that can be transferred to/received from C. They must be either *const or *mut or repr(transparent).

Implementors§