[][src]Enum breadx::auto::glx::Rm

#[repr(i32)]pub enum Rm {
    GlRender,
    GlFeedback,
    GlSelect,
}

Variants

GlRender
GlFeedback
GlSelect

Trait Implementations

impl AsByteSequence for Rm[src]

impl Clone for Rm[src]

impl Copy for Rm[src]

impl Debug for Rm[src]

impl Default for Rm[src]

impl Eq for Rm[src]

impl Ord for Rm[src]

impl PartialEq<Rm> for Rm[src]

impl PartialOrd<Rm> for Rm[src]

impl StructuralEq for Rm[src]

impl StructuralPartialEq for Rm[src]

Auto Trait Implementations

impl RefUnwindSafe for Rm[src]

impl Send for Rm[src]

impl Sync for Rm[src]

impl Unpin for Rm[src]

impl UnwindSafe for Rm[src]

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.