pub struct ObjSectionDiff {
pub symbols: Vec<ObjSymbolDiff>,
pub data_diff: Vec<ObjDataDiff>,
pub match_percent: Option<f32>,
}
Fields§
§symbols: Vec<ObjSymbolDiff>
§data_diff: Vec<ObjDataDiff>
§match_percent: Option<f32>
Trait Implementations§
source§impl Clone for ObjSectionDiff
impl Clone for ObjSectionDiff
source§fn clone(&self) -> ObjSectionDiff
fn clone(&self) -> ObjSectionDiff
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for ObjSectionDiff
impl RefUnwindSafe for ObjSectionDiff
impl Send for ObjSectionDiff
impl Sync for ObjSectionDiff
impl Unpin for ObjSectionDiff
impl UnwindSafe for ObjSectionDiff
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)