#[repr(C)]pub struct ConstP_Mount_Control_T {
pub Drv_Pos_avg_Gain: [real_T; 42],
pub AZFBcontroller_A: [real_T; 37],
pub AZFBcontroller_C: [real_T; 7],
pub ELFBcontroller_A: [real_T; 145],
pub ELFBcontroller_C: [real_T; 13],
pub GIRFBcontroller_A: [real_T; 37],
pub GIRFBcontroller_C: [real_T; 7],
}
Fields§
§Drv_Pos_avg_Gain: [real_T; 42]
§AZFBcontroller_A: [real_T; 37]
§AZFBcontroller_C: [real_T; 7]
§ELFBcontroller_A: [real_T; 145]
§ELFBcontroller_C: [real_T; 13]
§GIRFBcontroller_A: [real_T; 37]
§GIRFBcontroller_C: [real_T; 7]
Trait Implementations§
source§impl Clone for ConstP_Mount_Control_T
impl Clone for ConstP_Mount_Control_T
source§fn clone(&self) -> ConstP_Mount_Control_T
fn clone(&self) -> ConstP_Mount_Control_T
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 ConstP_Mount_Control_T
impl Debug for ConstP_Mount_Control_T
impl Copy for ConstP_Mount_Control_T
Auto Trait Implementations§
impl RefUnwindSafe for ConstP_Mount_Control_T
impl Send for ConstP_Mount_Control_T
impl Sync for ConstP_Mount_Control_T
impl Unpin for ConstP_Mount_Control_T
impl UnwindSafe for ConstP_Mount_Control_T
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