pub struct TimingAdjustment {
pub importance_override: Option<AgentImportance>,
}Expand description
Suggested timing adjustment from GORNA to an agent. GORNA can NEVER force a phase — only suggest importance changes.
Fields§
§importance_override: Option<AgentImportance>Suggested importance override for the agent on this frame.
Trait Implementations§
Source§impl Clone for TimingAdjustment
impl Clone for TimingAdjustment
Source§fn clone(&self) -> TimingAdjustment
fn clone(&self) -> TimingAdjustment
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 TimingAdjustment
impl RefUnwindSafe for TimingAdjustment
impl Send for TimingAdjustment
impl Sync for TimingAdjustment
impl Unpin for TimingAdjustment
impl UnsafeUnpin for TimingAdjustment
impl UnwindSafe for TimingAdjustment
Blanket Implementations§
Source§impl<T> AppLifecycle for Twhere
T: ?Sized,
impl<T> AppLifecycle for Twhere
T: ?Sized,
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