Home
last modified time | relevance | path

Searched refs:TryFrom (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/rust/hw/char/pl011/src/
H A Dlib.rs118 impl core::convert::TryFrom<u64> for RegisterOffset {
/openbmc/linux/rust/kernel/
H A Dstr.rs596 impl<'a> TryFrom<&'a CStr> for CString {
/openbmc/linux/rust/alloc/
H A Dboxed.rs1666 impl<T, const N: usize> TryFrom<Box<[T]>> for Box<[T; N]> { impl
1689 impl<T, const N: usize> TryFrom<Vec<T>> for Box<[T; N]> { impl
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs3514 impl<T, A: Allocator, const N: usize> TryFrom<Vec<T, A>> for [T; N] { impl