Home
last modified time | relevance | path

Searched refs:try_from (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/rust/kernel/
Dstr.rs207 CString::try_from(self) in to_cstring()
599 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from() method
/linux-6.6.21/rust/alloc/
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
/linux-6.6.21/rust/alloc/vec/
Dmod.rs3543 fn try_from(mut vec: Vec<T, A>) -> Result<[T; N], Vec<T, A>> { in try_from() method