[][src]Struct libperl_sys::block

#[repr(C)]
pub struct block {
    pub blku_type: U8,
    pub blku_gimme: U8,
    pub blku_u16: U16,
    pub blku_oldsaveix: I32,
    pub blku_oldsp: I32,
    pub blku_oldmarksp: I32,
    pub blku_oldcop: *mut COP,
    pub blku_oldpm: *mut PMOP,
    pub blku_old_tmpsfloor: isize,
    pub blku_oldscopesp: I32,
    pub blk_u: block__bindgen_ty_1,
}

Fields

blku_type: U8blku_gimme: U8blku_u16: U16blku_oldsaveix: I32blku_oldsp: I32blku_oldmarksp: I32blku_oldcop: *mut COPblku_oldpm: *mut PMOPblku_old_tmpsfloor: isizeblku_oldscopesp: I32blk_u: block__bindgen_ty_1

Trait Implementations

impl Clone for block[src]

impl Copy for block[src]

Auto Trait Implementations

impl !Send for block

impl Unpin for block

impl !Sync for block

impl UnwindSafe for block

impl RefUnwindSafe for block

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]