pub trait AsRaw<T: 'static> {
// Required methods
fn as_raw(&self) -> *mut T;
fn into_raw(self) -> *mut T;
}
Expand description
Receive the underlying raw pointer
pub trait AsRaw<T: 'static> {
// Required methods
fn as_raw(&self) -> *mut T;
fn into_raw(self) -> *mut T;
}
Receive the underlying raw pointer