Searched defs:from (Results 1 – 18 of 18) sorted by relevance
5 unsigned long rust_helper_copy_from_user(void *to, const void __user *from, in rust_helper_copy_from_user()11 unsigned long rust_helper_copy_to_user(void __user *to, const void *from, in rust_helper_copy_to_user()
200 fn from(_: AllocError) -> Error { in from() method206 fn from(_: TryFromIntError) -> Error { in from() method212 fn from(_: Utf8Error) -> Error { in from() method218 fn from(_: LayoutError) -> Error { in from() method224 fn from(_: fmt::Error) -> Error { in from() method230 fn from(e: core::convert::Infallible) -> Error { in from() method
119 fn from(id: CpuId) -> Self { in from() method125 fn from(id: CpuId) -> Self { in from() method
175 fn from(value: StoreError<T>) -> Self { in from() method
74 fn from(freq: Hertz) -> Self { in from() method
122 fn from(volt: MicroVolt) -> Self { in from() method147 fn from(power: MicroWatt) -> Self { in from() method
105 fn from(rel: Relation) -> Self { in from() method189 fn from(index: TableIndex) -> Self { in from() method
199 fn from(_: CStrConvertError) -> Error { in from() method
14 fn from(e: Infallible) -> Self { in from() method21 fn from(_: AllocError) -> Self { in from() method
52 fn from(e: Infallible) -> Self { in from() method59 fn from(_: AllocError) -> Self { in from() method
18 fn from(_: PushError<T>) -> Error { in from() method35 fn from(_: RemoveError) -> Error { in from() method58 fn from(_: InsertError<T>) -> Error { in from() method
104 fn from(value: ArrayLayout<T>) -> Self { in from() method
348 fn from(b: Box<T, A>) -> Self { in from() function
841 fn from(b: Box<[T; N], A>) -> Vec<T, A> { in from() function
141 fn from(b: &T) -> Self { in from() method
495 fn from(item: UniqueArc<T>) -> Self { in from() method501 fn from(item: Pin<UniqueArc<T>>) -> Self { in from() method624 fn from(b: ArcBorrow<'_, T>) -> Self { in from() method841 fn from(obj: UniqueArc<T>) -> Self { in from() method
208 fn from(unique: UniqueArc<T>) -> Self { in from() function219 fn from(mut unique: Pin<UniqueArc<T>>) -> Self { in from() function
458 fn from(_: BadFdError) -> Error { in from() method
Completed in 28 milliseconds