Type Alias VoidPtrMut

Source
pub type VoidPtrMut = *mut c_void;

Trait Implementations§

Source§

impl<R> RawGetter<R> for VoidPtrMut

Adds the capability to set arbitrary properties to $value_type

Source§

fn get_at(readable: &R, c_name: CharPtr, index: usize) -> Result<Self>

Source§

impl ValueType for VoidPtrMut