#[repr(C, packed(1))]pub struct fmi3LsBusOperationHeader {
pub opCode: fmi3LsBusOperationCode,
pub length: fmi3LsBusOperationLength,
}Expand description
\brief FMI virtual bus operation header structure.
Fields§
§opCode: fmi3LsBusOperationCode< Type of the operation.
length: fmi3LsBusOperationLength< Total length of the operation.
Trait Implementations§
Source§impl Clone for fmi3LsBusOperationHeader
impl Clone for fmi3LsBusOperationHeader
Source§fn clone(&self) -> fmi3LsBusOperationHeader
fn clone(&self) -> fmi3LsBusOperationHeader
Returns a duplicate 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 fmi3LsBusOperationHeader
impl Debug for fmi3LsBusOperationHeader
impl Copy for fmi3LsBusOperationHeader
Auto Trait Implementations§
impl Freeze for fmi3LsBusOperationHeader
impl RefUnwindSafe for fmi3LsBusOperationHeader
impl Send for fmi3LsBusOperationHeader
impl Sync for fmi3LsBusOperationHeader
impl Unpin for fmi3LsBusOperationHeader
impl UnwindSafe for fmi3LsBusOperationHeader
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