pub struct DataMessage { /* private fields */ }
Expand description
A struct representing a data message in a ULog file.
The msg_id
field contains the message ID, time_us
contains the timestamp in microseconds,
and data
contains the parsed ULog values for the message.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataMessage
impl RefUnwindSafe for DataMessage
impl Send for DataMessage
impl Sync for DataMessage
impl Unpin for DataMessage
impl UnwindSafe for DataMessage
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