Searched defs:cast_into (Results 1 – 6 of 6) sorted by relevance
58 pub(crate) fn cast_into<CT>(self) -> *const CT { in cast_into() method159 pub(crate) fn cast_into<CT>(self) -> *mut CT { in cast_into() method
366 macro_rules! cast_into { macro