pub type PedException = _PedException;Aliased Type§
#[repr(C)]pub struct PedException {
pub message: *mut i8,
pub type_: _PedExceptionType,
pub options: _PedExceptionOption,
}Fields§
§message: *mut i8§type_: _PedExceptionType§options: _PedExceptionOption