[][src]Enum simply_wayland::wl::core::wl_shm_error

#[repr(u32)]
pub enum wl_shm_error {
    WL_SHM_ERROR_INVALID_FORMAT,
    WL_SHM_ERROR_INVALID_STRIDE,
    WL_SHM_ERROR_INVALID_FD,
}

Variants

WL_SHM_ERROR_INVALID_FORMAT
WL_SHM_ERROR_INVALID_STRIDE
WL_SHM_ERROR_INVALID_FD

Trait Implementations

impl Clone for wl_shm_error[src]

impl Copy for wl_shm_error[src]

impl Debug for wl_shm_error[src]

impl Eq for wl_shm_error[src]

impl Hash for wl_shm_error[src]

impl PartialEq<wl_shm_error> for wl_shm_error[src]

impl StructuralEq for wl_shm_error[src]

impl StructuralPartialEq for wl_shm_error[src]

Auto Trait Implementations

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> 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.