Enum marine_module_interface::it_interface::ITInterfaceError [−][src]
pub enum ITInterfaceError {
ITTypeNotFunction(u32),
NotFoundRecordTypeId(u64),
TooManyRecursionLevels,
MITInterfacesError(MITInterfacesError),
}Variants
ITTypeNotFunction(u32)Tuple Fields of ITTypeNotFunction
0: u32NotFoundRecordTypeId(u64)Tuple Fields of NotFoundRecordTypeId
0: u64MITInterfacesError(MITInterfacesError)Tuple Fields of MITInterfacesError
Trait Implementations
Performs the conversion.
Performs the conversion.