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