Searched defs:Error (Results 1 – 7 of 7) sorted by relevance
96 pub struct Error(NonZeroI32); struct98 impl Error { implementation103 pub fn from_errno(errno: crate::ffi::c_int) -> Error { in from_errno()122 const fn try_from_errno(errno: crate::ffi::c_int) -> Option<Error> { in try_from_errno()136 const unsafe fn from_errno_unchecked(errno: crate::ffi::c_int) -> Error { in from_errno_unchecked()184 impl fmt::Debug for Error { implementation199 impl From<AllocError> for Error { implementation200 fn from(_: AllocError) -> Error { in from()205 impl From<TryFromIntError> for Error { implementation206 fn from(_: TryFromIntError) -> Error { in from()[all …]
140 impl From<CStrConvertError> for Error { implementation142 fn from(_: CStrConvertError) -> Error { in from()819 pub fn try_from_fmt(args: fmt::Arguments<'_>) -> Result<Self, Error> { in try_from_fmt() argument871 type Error = AllocError; typedef
70 pub fn register(opts: MiscDeviceOptions) -> impl PinInit<Self, Error> { in register() argument
17 impl<T> From<PushError<T>> for Error { implementation18 fn from(_: PushError<T>) -> Error { in from()34 impl From<RemoveError> for Error { implementation35 fn from(_: RemoveError) -> Error { in from()57 impl<T> From<InsertError<T>> for Error { implementation58 fn from(_: InsertError<T>) -> Error { in from()
41 ) -> impl PinInit<Self, error::Error> { in new()
450 impl From<BadFdError> for Error { implementation452 fn from(_: BadFdError) -> Error { in from()
30 Error, enumerator