pub type BaseAddressDetectionConfidence = BNBaseAddressDetectionConfidence;Aliased Type§
#[repr(u32)]pub enum BaseAddressDetectionConfidence {
NoConfidence = 0,
LowConfidence = 1,
HighConfidence = 2,
}pub type BaseAddressDetectionConfidence = BNBaseAddressDetectionConfidence;#[repr(u32)]pub enum BaseAddressDetectionConfidence {
NoConfidence = 0,
LowConfidence = 1,
HighConfidence = 2,
}