Struct simulink_rs::IO
source · pub struct IO {
pub name: String,
pub size: Option<usize>,
}Expand description
Simulink structure properties
Fields§
§name: Stringi/o variable name
size: Option<usize>i/o variable size
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IO
impl Send for IO
impl Sync for IO
impl Unpin for IO
impl UnwindSafe for IO
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