[−][src]Struct syscall::error::Error
Fields
errno: i32Implementations
impl Error[src]
pub fn new(errno: i32) -> Error[src]
pub fn mux(result: Result<usize>) -> usize[src]
pub fn demux(value: usize) -> Result<usize>[src]
pub fn mux64(result: Result<u64>) -> u64[src]
pub fn demux64(value: u64) -> Result<u64>[src]
pub fn text(&self) -> &'static str[src]
Trait Implementations
impl Debug for Error[src]
impl Display for Error[src]
impl Eq for Error[src]
impl From<RingPopError> for Error[src]
fn from(error: RingPopError) -> Error[src]
impl<T> From<RingPushError<T>> for Error[src]
fn from(error: RingPushError<T>) -> Error[src]
impl From<RingRecvError> for Error[src]
fn from(error: RingRecvError) -> Error[src]
impl<T> From<RingSendError<T>> for Error[src]
fn from(error: RingSendError<T>) -> Error[src]
impl PartialEq<Error> for Error[src]
impl StructuralEq for Error[src]
impl StructuralPartialEq for Error[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,