#[repr(C)]pub struct DW_Mount_Control_T {
pub AZFBcontroller_DSTATE: [real_T; 7],
pub ELFBcontroller_DSTATE: [real_T; 13],
pub GIRFBcontroller_DSTATE: [real_T; 7],
}
Fields§
§AZFBcontroller_DSTATE: [real_T; 7]
§ELFBcontroller_DSTATE: [real_T; 13]
§GIRFBcontroller_DSTATE: [real_T; 7]
Trait Implementations§
source§impl Clone for DW_Mount_Control_T
impl Clone for DW_Mount_Control_T
source§fn clone(&self) -> DW_Mount_Control_T
fn clone(&self) -> DW_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 DW_Mount_Control_T
impl Debug for DW_Mount_Control_T
source§impl Default for DW_Mount_Control_T
impl Default for DW_Mount_Control_T
impl Copy for DW_Mount_Control_T
Auto Trait Implementations§
impl RefUnwindSafe for DW_Mount_Control_T
impl Send for DW_Mount_Control_T
impl Sync for DW_Mount_Control_T
impl Unpin for DW_Mount_Control_T
impl UnwindSafe for DW_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