[−][src]Trait core_foundation::base::FromMutVoid
A trait describing how to convert from the stored *mut c_void to the desired T
Required methods
unsafe fn from_mut_void<'a>(x: *mut c_void) -> ItemMutRef<'a, Self> where
Self: Sized,
Self: Sized,