[][src]Enum libperl_sys::perl_core::OPclass

#[repr(u32)]
pub enum OPclass {
    OPclass_NULL,
    OPclass_BASEOP,
    OPclass_UNOP,
    OPclass_BINOP,
    OPclass_LOGOP,
    OPclass_LISTOP,
    OPclass_PMOP,
    OPclass_SVOP,
    OPclass_PADOP,
    OPclass_PVOP,
    OPclass_LOOP,
    OPclass_COP,
    OPclass_METHOP,
    OPclass_UNOP_AUX,
}

Variants

OPclass_NULL
OPclass_BASEOP
OPclass_UNOP
OPclass_BINOP
OPclass_LOGOP
OPclass_LISTOP
OPclass_PMOP
OPclass_SVOP
OPclass_PADOP
OPclass_PVOP
OPclass_LOOP
OPclass_COP
OPclass_METHOP
OPclass_UNOP_AUX

Trait Implementations

impl Clone for OPclass[src]

impl Copy for OPclass[src]

impl Eq for OPclass[src]

impl PartialEq<OPclass> for OPclass[src]

impl Debug for OPclass[src]

impl Hash for OPclass[src]

impl StructuralPartialEq for OPclass[src]

impl StructuralEq for OPclass[src]

Auto Trait Implementations

impl Send for OPclass

impl Sync for OPclass

impl Unpin for OPclass

impl UnwindSafe for OPclass

impl RefUnwindSafe for OPclass

Blanket Implementations

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

impl<T> From<T> 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.

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

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

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