Searched defs:try_cast (Results 1 – 7 of 7) sorted by relevance
284 pub(crate) unsafe fn try_cast<A: Copy, B: Copy>( in try_cast() function
306 pub fn try_cast<A: NoUninit, B: CheckedBitPattern>( in try_cast() function
398 pub fn try_cast<A: NoUninit, B: AnyBitPattern>( in try_cast() function
286 pub(crate) unsafe fn try_cast<A: Copy, B: Copy>( in try_cast() function
307 pub fn try_cast<A: NoUninit, B: CheckedBitPattern>( in try_cast() function
428 pub fn try_cast<A: NoUninit, B: AnyBitPattern>( in try_cast() function
391 pub fn try_cast<U>(self) -> Result<Subbuffer<U>, PodCastError> in try_cast() function