JmpBufStruct

Type Alias JmpBufStruct 

Source
pub type JmpBufStruct = SigJmpBufFields;
Expand description

This is the type you use to allocate a JmpBuf on the stack. (Glibc puns the two.)

Aliased Typeยง

pub struct JmpBufStruct { /* private fields */ }