Searched defs:S (Results 1 – 1 of 1) sorted by relevance
11 pub fn __convert_mut<'a, S, D>(src:*mut S) ->Option<&'a mut D>{ in __convert_mut() argument21 pub fn __convert_ref<'a, S, D>(src:*const S) ->Option<&'a D>{ in __convert_ref() argument24 *const S, in __convert_ref() constant