pub struct SoftwareBus;Expand description
A handle to the cFE Software Bus for message transmission.
Implementations§
Source§impl SoftwareBus
impl SoftwareBus
Sourcepub fn transmit_msg(msg: MessageRef<'_>, is_origination: bool) -> Result<()>
pub fn transmit_msg(msg: MessageRef<'_>, is_origination: bool) -> Result<()>
Transmits a message by copying its contents into the Software Bus.
Auto Trait Implementations§
impl Freeze for SoftwareBus
impl RefUnwindSafe for SoftwareBus
impl Send for SoftwareBus
impl Sync for SoftwareBus
impl Unpin for SoftwareBus
impl UnsafeUnpin for SoftwareBus
impl UnwindSafe for SoftwareBus
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