Home
last modified time | relevance | path

Searched defs:try_from (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/rust/kernel/
H A Dstr.rs599 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from() method
/openbmc/qemu/rust/hw/char/pl011/src/
H A Dlib.rs121 fn try_from(value: u64) -> Result<Self, Self::Error> { in try_from() method
/openbmc/linux/rust/alloc/
H A Dboxed.rs1678 fn try_from(boxed_slice: Box<[T]>) -> Result<Self, Self::Error> { in try_from() method
1710 fn try_from(vec: Vec<T>) -> Result<Self, Self::Error> { in try_from() method
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs3543 fn try_from(mut vec: Vec<T, A>) -> Result<[T; N], Vec<T, A>> { in try_from() method