pub struct HardpointsDynamics {
pub inputs: ExtU_HP_dyn_dTF_T,
pub outputs: ExtY_HP_dyn_dTF_T,
/* private fields */
}Expand description
Simulink controller wrapper
Fields§
§inputs: ExtU_HP_dyn_dTF_TInputs Simulink structure
outputs: ExtY_HP_dyn_dTF_TOutputs Simulink structure
Implementations§
Trait Implementations§
source§impl Clone for HardpointsDynamics
impl Clone for HardpointsDynamics
source§fn clone(&self) -> HardpointsDynamics
fn clone(&self) -> HardpointsDynamics
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 moresource§impl Debug for HardpointsDynamics
impl Debug for HardpointsDynamics
source§impl Default for HardpointsDynamics
impl Default for HardpointsDynamics
source§fn default() -> HardpointsDynamics
fn default() -> HardpointsDynamics
Returns the “default value” for a type. Read more