[][src]Struct libperl_sys::xpvhv_aux

#[repr(C)]
pub struct xpvhv_aux {
    pub xhv_name_u: _xhvnameu,
    pub xhv_backreferences: *mut AV,
    pub xhv_eiter: *mut HE,
    pub xhv_riter: I32,
    pub xhv_name_count: I32,
    pub xhv_mro_meta: *mut mro_meta,
    pub xhv_rand: U32,
    pub xhv_last_rand: U32,
    pub xhv_aux_flags: U32,
}

Fields

xhv_name_u: _xhvnameuxhv_backreferences: *mut AVxhv_eiter: *mut HExhv_riter: I32xhv_name_count: I32xhv_mro_meta: *mut mro_metaxhv_rand: U32xhv_last_rand: U32xhv_aux_flags: U32

Trait Implementations

impl Clone for xpvhv_aux[src]

impl Copy for xpvhv_aux[src]

Auto Trait Implementations

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]