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