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