[][src]Struct sunrise_libuser::error::TwiliError

#[repr(transparent)]pub struct TwiliError(u32);

Twili Pipe errors.

Implementations

impl TwiliError[src]

pub const OperationUnsupported: TwiliError[src]

Attempted to read on the write-side, or write on the read-side, of a pipe.

Trait Implementations

impl Clone for TwiliError[src]

impl Copy for TwiliError[src]

impl Debug for TwiliError[src]

impl Eq for TwiliError[src]

impl From<TwiliError> for Error[src]

impl PartialEq<TwiliError> for TwiliError[src]

impl StructuralEq for TwiliError[src]

impl StructuralPartialEq for TwiliError[src]

Auto Trait Implementations

impl RefUnwindSafe for TwiliError

impl Send for TwiliError

impl Sync for TwiliError

impl Unpin for TwiliError

impl UnwindSafe for TwiliError

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> SizedIPCBuffer for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.