[][src]Struct libperl_sys::mro_alg

#[repr(C)]
pub struct mro_alg {
    pub resolve: Option<unsafe extern "C" fn(my_perl: *mut PerlInterpreter, stash: *mut HV, level: U32) -> *mut AV>,
    pub name: *const c_char,
    pub length: U16,
    pub kflags: U16,
    pub hash: U32,
}

Fields

resolve: Option<unsafe extern "C" fn(my_perl: *mut PerlInterpreter, stash: *mut HV, level: U32) -> *mut AV>name: *const c_charlength: U16kflags: U16hash: U32

Trait Implementations

impl Clone for mro_alg[src]

impl Copy for mro_alg[src]

impl Debug for mro_alg[src]

Auto Trait Implementations

impl !Send for mro_alg

impl Unpin for mro_alg

impl !Sync for mro_alg

impl UnwindSafe for mro_alg

impl RefUnwindSafe for mro_alg

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]