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 duplicate 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
Source§impl<'de> Deserialize<'de> for M2P_act_Cfb
impl<'de> Deserialize<'de> for M2P_act_Cfb
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for M2P_act_Cfb
impl Serialize for M2P_act_Cfb
impl Copy for M2P_act_Cfb
Auto Trait Implementations§
impl Freeze for M2P_act_Cfb
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