Type Alias BaseAddressDetectionPOIType

Source
pub type BaseAddressDetectionPOIType = BNBaseAddressDetectionPOIType;

Aliased Type§

#[repr(u32)]
pub enum BaseAddressDetectionPOIType { POIString = 0, POIFunction = 1, POIDataVariable = 2, POIFileStart = 3, POIFileEnd = 4, }

Variants§

§

POIString = 0

§

POIFunction = 1

§

POIDataVariable = 2

§

POIFileStart = 3

§

POIFileEnd = 4