Struct simulink_rs::Builder
source · pub struct Builder { /* private fields */ }Implementations§
source§impl Builder
impl Builder
sourcepub fn name<S: Into<String>>(self, rs_type: S) -> Self
pub fn name<S: Into<String>>(self, rs_type: S) -> Self
Sets the name of the Rust structure that acts as a wrapper for the Simulink C code
If not set, the structure is given the same name than the Simulink control model
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
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