[][src]Union libperl_sys::_xivu

#[repr(C)]
pub union _xivu {
    pub xivu_iv: IV,
    pub xivu_uv: UV,
    pub xivu_namehek: *mut HEK,
    pub xivu_eval_seen: bool,
    // some fields omitted
}

Fields

xivu_iv: IVxivu_uv: UVxivu_namehek: *mut HEKxivu_eval_seen: bool

Trait Implementations

impl Clone for _xivu[src]

impl Copy for _xivu[src]

Auto Trait Implementations

impl !Send for _xivu

impl Unpin for _xivu

impl !Sync for _xivu

impl UnwindSafe for _xivu

impl RefUnwindSafe for _xivu

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]