pub struct SimilarityRangeAnnotation {
pub start: u64,
pub end: u64,
pub annotation_type: SimilarityAnnotationType,
}Expand description
An added, removed, or changed address range [start, end).
Fields§
§start: u64§end: u64§annotation_type: SimilarityAnnotationTypeTrait Implementations§
Source§impl Clone for SimilarityRangeAnnotation
impl Clone for SimilarityRangeAnnotation
Source§fn clone(&self) -> SimilarityRangeAnnotation
fn clone(&self) -> SimilarityRangeAnnotation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SimilarityRangeAnnotation
impl Debug for SimilarityRangeAnnotation
impl Copy for SimilarityRangeAnnotation
impl Eq for SimilarityRangeAnnotation
impl StructuralPartialEq for SimilarityRangeAnnotation
Auto Trait Implementations§
impl Freeze for SimilarityRangeAnnotation
impl RefUnwindSafe for SimilarityRangeAnnotation
impl Send for SimilarityRangeAnnotation
impl Sync for SimilarityRangeAnnotation
impl Unpin for SimilarityRangeAnnotation
impl UnwindSafe for SimilarityRangeAnnotation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more