pub struct PamojaMavlinkSchema { /* private fields */ }Expand description
The shape of one message: its id, name, seed, and fields.
A schema is what turns bytes into named fields. It comes either from the built-in
registry of typed messages or from a PamojaMavlinkSchemaBuilder, and behaves the
same way whichever it is.
Auto Trait Implementations§
impl Freeze for PamojaMavlinkSchema
impl RefUnwindSafe for PamojaMavlinkSchema
impl Send for PamojaMavlinkSchema
impl Sync for PamojaMavlinkSchema
impl Unpin for PamojaMavlinkSchema
impl UnsafeUnpin for PamojaMavlinkSchema
impl UnwindSafe for PamojaMavlinkSchema
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