Home
last modified time | relevance | path

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

/linux/rust/kernel/str/
H A Dparse_int.rs79 pub trait ParseInt: private::FromStrRadix + TryFrom<u64> {
/linux/rust/kernel/num/
H A Dbounded.rs461 U: TryFrom<T> + Integer, in cast()
1018 $type: Integer + TryFrom<T>,
/linux/drivers/block/rnull/
H A Dconfigfs.rs91 impl TryFrom<u8> for IRQMode {
/linux/rust/kernel/
H A Dpci.rs484 impl<Ctx: device::DeviceContext> TryFrom<&device::Device<Ctx>> for &Device<Ctx> { impl
H A Dplatform.rs507 impl<Ctx: device::DeviceContext> TryFrom<&device::Device<Ctx>> for &Device<Ctx> { impl
H A Di2c.rs510 impl<Ctx: device::DeviceContext> TryFrom<&device::Device<Ctx>> for &I2cClient<Ctx> { impl
H A Dstr.rs867 impl<'a> TryFrom<&'a CStr> for CString {
/linux/rust/kernel/pci/
H A Did.rs112 impl TryFrom<u32> for ClassMask {