pub type SimilarityAnnotationType = BNSimilarityAnnotationType;Expand description
The change represented by a rendered address range.
Aliased Type§
#[repr(u8)]pub enum SimilarityAnnotationType {
SimilarityAnnotationAdded = 0,
SimilarityAnnotationRemoved = 1,
SimilarityAnnotationChanged = 2,
}