Struct msfs::commbus::CommBusEvent
source · pub struct CommBusEvent<'a> { /* private fields */ }
Expand description
CommBus handle. When this handle goes out of scope the callback will be unregistered.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for CommBusEvent<'a>
impl<'a> !Send for CommBusEvent<'a>
impl<'a> !Sync for CommBusEvent<'a>
impl<'a> Unpin for CommBusEvent<'a>
impl<'a> !UnwindSafe for CommBusEvent<'a>
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