pub struct FfRuntimeRelocation {
pub error_codes: FxHashMap<i64, i64>,
pub event_site_base: u32,
}Expand description
Runtime IDs assigned while a module instance is relocated into the global design. Source adapters use these IDs only when rebuilding an optimized FF action inside the shared comb/FF scheduler.
Fields§
§error_codes: FxHashMap<i64, i64>§event_site_base: u32Trait Implementations§
Source§impl Clone for FfRuntimeRelocation
impl Clone for FfRuntimeRelocation
Source§fn clone(&self) -> FfRuntimeRelocation
fn clone(&self) -> FfRuntimeRelocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FfRuntimeRelocation
impl RefUnwindSafe for FfRuntimeRelocation
impl Send for FfRuntimeRelocation
impl Sync for FfRuntimeRelocation
impl Unpin for FfRuntimeRelocation
impl UnsafeUnpin for FfRuntimeRelocation
impl UnwindSafe for FfRuntimeRelocation
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