pub struct Uorb;Expand description
PX4 uORB: the payload is the struct, so there is no encoding step.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Uorb
impl RefUnwindSafe for Uorb
impl Send for Uorb
impl Sync for Uorb
impl Unpin for Uorb
impl UnsafeUnpin for Uorb
impl UnwindSafe for Uorb
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