pub struct ActiveAnalysisInfo {
pub func: Ref<Function>,
pub analysis_time: u64,
pub update_count: usize,
pub submit_count: usize,
}
Fields§
§func: Ref<Function>
§analysis_time: u64
§update_count: usize
§submit_count: usize
Trait Implementations§
source§impl Clone for ActiveAnalysisInfo
impl Clone for ActiveAnalysisInfo
source§fn clone(&self) -> ActiveAnalysisInfo
fn clone(&self) -> ActiveAnalysisInfo
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 ActiveAnalysisInfo
impl RefUnwindSafe for ActiveAnalysisInfo
impl Send for ActiveAnalysisInfo
impl Sync for ActiveAnalysisInfo
impl Unpin for ActiveAnalysisInfo
impl UnwindSafe for ActiveAnalysisInfo
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