[][src]Struct libperl_sys::mro_meta

#[repr(C)]
pub struct mro_meta {
    pub mro_linear_all: *mut HV,
    pub mro_linear_current: *mut SV,
    pub mro_nextmethod: *mut HV,
    pub cache_gen: U32,
    pub pkg_gen: U32,
    pub mro_which: *const mro_alg,
    pub isa: *mut HV,
    pub super_: *mut HV,
    pub destroy: *mut CV,
    pub destroy_gen: U32,
}

Fields

mro_linear_all: *mut HVmro_linear_current: *mut SVmro_nextmethod: *mut HVcache_gen: U32pkg_gen: U32mro_which: *const mro_algisa: *mut HVsuper_: *mut HVdestroy: *mut CVdestroy_gen: U32

Trait Implementations

impl Clone for mro_meta[src]

impl Copy for mro_meta[src]

impl Debug for mro_meta[src]

Auto Trait Implementations

impl !Send for mro_meta

impl Unpin for mro_meta

impl !Sync for mro_meta

impl UnwindSafe for mro_meta

impl RefUnwindSafe for mro_meta

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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