Home
last modified time | relevance | path

Searched defs:Infallible (Results 1 – 4 of 4) sorted by relevance

/linux/rust/pin-init/examples/
H A Dstatic_init.rs78 __pinned_init( self, slot: *mut CMutex<usize>, ) -> Result<(), core::convert::Infallible> __pinned_init() argument
/linux/rust/zerocopy/src/
H A Derror.rs200 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 Dlib.rs1351 __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 Drepr.rs668 impl<T> With<T> for Infallible { implementation