get_unchecked

Function get_unchecked 

Source
pub unsafe fn get_unchecked<T>(
    callback: retro_environment_t,
    id: u32,
) -> Option<(T, bool)>
Expand description

Similar to get but uses uninitialized memory instead of the Default trait.