Struct simulink_rs::SimulinkStruct
source · pub struct SimulinkStruct {
pub name: String,
pub properties: List,
}Expand description
Simulink structure
Fields§
§name: String§properties: ListTrait Implementations§
source§impl Debug for SimulinkStruct
impl Debug for SimulinkStruct
source§impl Default for SimulinkStruct
impl Default for SimulinkStruct
source§fn default() -> SimulinkStruct
fn default() -> SimulinkStruct
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SimulinkStruct
impl Send for SimulinkStruct
impl Sync for SimulinkStruct
impl Unpin for SimulinkStruct
impl UnwindSafe for SimulinkStruct
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