#[repr(C, packed(1))]pub struct fmi3LsBusOperationFormatError {
pub header: fmi3LsBusOperationHeader,
pub dataLength: fmi3LsBusDataLength,
pub data: __IncompleteArrayField<fmi3LsBusData>,
}Expand description
\brief FMI virtual bus operation structure of type ‘Format Error’.
Fields§
§header: fmi3LsBusOperationHeader< Operation header.
dataLength: fmi3LsBusDataLength< Data length.
data: __IncompleteArrayField<fmi3LsBusData>< Data.
Auto Trait Implementations§
impl Freeze for fmi3LsBusOperationFormatError
impl RefUnwindSafe for fmi3LsBusOperationFormatError
impl Send for fmi3LsBusOperationFormatError
impl Sync for fmi3LsBusOperationFormatError
impl Unpin for fmi3LsBusOperationFormatError
impl UnsafeUnpin for fmi3LsBusOperationFormatError
impl UnwindSafe for fmi3LsBusOperationFormatError
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