Type Alias RawSecGateInfo

Source
pub type RawSecGateInfo = SecGateInfo<usize>;
Expand description

Non-generic and non-pointer-based SecGateInfo, for use during dynamic linking.

Aliased Type§

struct RawSecGateInfo {
    pub imp: usize,
    /* private fields */
}

Fields§

§imp: usize

A pointer to the implementation entry function. This must be a pointer, and we statically check that is has the same size as usize (sorry cheri, we’ll fix this another time)