pub struct PipeConfigAux { /* private fields */ }Trait Implementations§
Source§impl ConfigAux for PipeConfigAux
impl ConfigAux for PipeConfigAux
Source§type Kind = PipeConfigParameterKind
type Kind = PipeConfigParameterKind
Config parameter identification enum
Source§fn on_set_parameter(&mut self, kind: Self::Kind, now: Pubtime)
fn on_set_parameter(&mut self, kind: Self::Kind, now: Pubtime)
Internal function called by the nodo runtime when a parameter is changed
Source§fn on_post_step(&mut self)
fn on_post_step(&mut self)
Internal function called by the nodo runtime after each step
Source§impl Default for PipeConfigAux
impl Default for PipeConfigAux
Source§fn default() -> PipeConfigAux
fn default() -> PipeConfigAux
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PipeConfigAux
impl RefUnwindSafe for PipeConfigAux
impl Send for PipeConfigAux
impl Sync for PipeConfigAux
impl Unpin for PipeConfigAux
impl UnwindSafe for PipeConfigAux
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