Searched defs:Infallible (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/pin-init/examples/ |
| H A D | static_init.rs | 78 __pinned_init( self, slot: *mut CMutex<usize>, ) -> Result<(), core::convert::Infallible> __pinned_init() argument
|
| /linux/rust/zerocopy/src/ |
| H A D | error.rs | 200 fn from(err: ConvertError<AlignmentError<Src, Dst>, S, V>) -> ConvertError<Infallible, S, V> { in from() argument 360 impl<Src, Dst: ?Sized + Unaligned> From<AlignmentError<Src, Dst>> for Infallible { implementation 362 fn from(_: AlignmentError<Src, Dst>) -> Infallible { in from()
|
| /linux/rust/pin-init/src/ |
| H A D | lib.rs | 1351 __init(self, slot: *mut T) -> Result<(), Infallible> __init() argument 1361 __pinned_init(self, slot: *mut T) -> Result<(), Infallible> __pinned_init() argument
|
| /linux/rust/zerocopy-derive/ |
| H A D | repr.rs | 668 impl<T> With<T> for Infallible { implementation
|