Searched defs:Error (Results 1 – 7 of 7) sorted by relevance
91 pub struct Error(core::ffi::c_int); struct93 impl Error { implementation98 pub(crate) fn from_errno(errno: core::ffi::c_int) -> Error { in from_errno()118 unsafe fn from_errno_unchecked(errno: core::ffi::c_int) -> Error { in from_errno_unchecked()169 impl fmt::Debug for Error { implementation182 impl From<AllocError> for Error { implementation183 fn from(_: AllocError) -> Error { in from()188 impl From<TryFromIntError> for Error { implementation189 fn from(_: TryFromIntError) -> Error { in from()194 impl From<Utf8Error> for Error { implementation[all …]
141 impl From<CStrConvertError> for Error { implementation143 fn from(_: CStrConvertError) -> Error { in from()798 pub fn try_from_fmt(args: fmt::Arguments<'_>) -> Result<Self, Error> { in try_from_fmt() argument850 type Error = AllocError; typedef
41 ) -> impl PinInit<Self, error::Error> { in new()
15 class Error(Exception): class
30 Error, enumerator
178 __le16 Error; member
390 __le16 Error; member