pub struct PamojaMavlinkSchemaBuilder { /* private fields */ }Expand description
Describes a message this build does not type, one field at a time.
Fields are added in the order the message definition lists them;
pamoja_mavlink_schema_builder_build puts them in wire order and derives the
CRC_EXTRA seed from the result.
Auto Trait Implementations§
impl Freeze for PamojaMavlinkSchemaBuilder
impl RefUnwindSafe for PamojaMavlinkSchemaBuilder
impl Send for PamojaMavlinkSchemaBuilder
impl Sync for PamojaMavlinkSchemaBuilder
impl Unpin for PamojaMavlinkSchemaBuilder
impl UnsafeUnpin for PamojaMavlinkSchemaBuilder
impl UnwindSafe for PamojaMavlinkSchemaBuilder
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