Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/nova-core/
H A Dgpu.rs39 fn try_from(value: u32) -> Result<Self, Self::Error> {
/linux-6.15/rust/kernel/
H A Dstr.rs359 CString::try_from(self) in to_cstring()
927 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from() method
H A Dpci.rs278 let num = i32::try_from(num)?; in new()