pub trait AsVoidPtr {
// Required method
fn as_void_ptr(&self) -> *const c_void;
}
Expand description
Obtaining an immutable void pointer
pub trait AsVoidPtr {
// Required method
fn as_void_ptr(&self) -> *const c_void;
}
Obtaining an immutable void pointer