pub enum MAVLinkMessageRaw {
V1(MAVLinkV1MessageRaw),
V2(MAVLinkV2MessageRaw),
}
Expand description
Raw byte representation of a MAVLink message of either version
Variants§
Auto Trait Implementations§
impl Freeze for MAVLinkMessageRaw
impl RefUnwindSafe for MAVLinkMessageRaw
impl Send for MAVLinkMessageRaw
impl Sync for MAVLinkMessageRaw
impl Unpin for MAVLinkMessageRaw
impl UnwindSafe for MAVLinkMessageRaw
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