Type Alias BaseAddressDetectionConfidence

Source
pub type BaseAddressDetectionConfidence = BNBaseAddressDetectionConfidence;

Aliased Type§

#[repr(u32)]
pub enum BaseAddressDetectionConfidence { NoConfidence = 0, LowConfidence = 1, HighConfidence = 2, }

Variants§

§

NoConfidence = 0

§

LowConfidence = 1

§

HighConfidence = 2