pub struct SbDatalink { /* private fields */ }Expand description
A bidirectional data link over the cFS Software Bus.
Sends packets by publishing to send_mid and receives
packets by subscribing to recv_mid on a private pipe.
Implementations§
Trait Implementations§
Source§impl DatalinkRead for SbDatalink
impl DatalinkRead for SbDatalink
Auto Trait Implementations§
impl Freeze for SbDatalink
impl RefUnwindSafe for SbDatalink
impl Send for SbDatalink
impl Sync for SbDatalink
impl Unpin for SbDatalink
impl UnsafeUnpin for SbDatalink
impl UnwindSafe for SbDatalink
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