Struct vex_sys::IRCallee[][src]

#[repr(C)]pub struct IRCallee {
    pub regparms: Int,
    pub name: *const HChar,
    pub addr: *mut c_void,
    pub mcx_mask: UInt,
}

Fields

regparms: Intname: *const HCharaddr: *mut c_voidmcx_mask: UInt

Trait Implementations

impl Clone for IRCallee[src]

impl Copy for IRCallee[src]

impl Debug for IRCallee[src]

Auto Trait Implementations

impl RefUnwindSafe for IRCallee

impl !Send for IRCallee

impl !Sync for IRCallee

impl Unpin for IRCallee

impl UnwindSafe for IRCallee

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.