pub struct ParameterGateConfigAux {
pub is_open: ParameterAux,
/* private fields */
}Fields§
§is_open: ParameterAuxTrait Implementations§
Source§impl ConfigAux for ParameterGateConfigAux
impl ConfigAux for ParameterGateConfigAux
Source§type Kind = ParameterGateConfigParameterKind
type Kind = ParameterGateConfigParameterKind
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 ParameterGateConfigAux
impl Default for ParameterGateConfigAux
Source§fn default() -> ParameterGateConfigAux
fn default() -> ParameterGateConfigAux
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ParameterGateConfigAux
impl RefUnwindSafe for ParameterGateConfigAux
impl Send for ParameterGateConfigAux
impl Sync for ParameterGateConfigAux
impl Unpin for ParameterGateConfigAux
impl UnwindSafe for ParameterGateConfigAux
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