Struct gmt_m2_ctrl_asm_positionner::M2P_act_Cfb
source · pub struct M2P_act_Cfb {
pub inputs: ExtU_M2P_act_Cfb_T,
pub outputs: ExtY_M2P_act_Cfb_T,
/* private fields */
}Expand description
Simulink controller wrapper
Fields§
§inputs: ExtU_M2P_act_Cfb_T§outputs: ExtY_M2P_act_Cfb_TImplementations§
Trait Implementations§
source§impl Clone for M2P_act_Cfb
impl Clone for M2P_act_Cfb
source§fn clone(&self) -> M2P_act_Cfb
fn clone(&self) -> M2P_act_Cfb
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 M2P_act_Cfb
impl Debug for M2P_act_Cfb
source§impl Default for M2P_act_Cfb
impl Default for M2P_act_Cfb
source§fn default() -> M2P_act_Cfb
fn default() -> M2P_act_Cfb
Returns the “default value” for a type. Read more
impl Copy for M2P_act_Cfb
Auto Trait Implementations§
impl RefUnwindSafe for M2P_act_Cfb
impl Send for M2P_act_Cfb
impl Sync for M2P_act_Cfb
impl Unpin for M2P_act_Cfb
impl UnwindSafe for M2P_act_Cfb
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