Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/rust/alloc/
Dboxed.rs1656 fn try_from(boxed_slice: Box<[T]>) -> Result<Self, Self::Error> { in try_from() method
1688 fn try_from(vec: Vec<T>) -> Result<Self, Self::Error> { in try_from() method
/Linux-v6.6/rust/alloc/vec/
Dmod.rs3547 fn try_from(mut vec: Vec<T, A>) -> Result<[T; N], Vec<T, A>> { in try_from() method