#[repr(C)]pub union NrosRmwEventPayload {
pub liveliness_changed: NrosRmwLivelinessChangedStatus,
pub count: NrosRmwCountStatus,
}Expand description
Borrow-shaped payload union mirror. C-side ABI — runtime-checked kind tag selects which member is valid.
Fields§
§liveliness_changed: NrosRmwLivelinessChangedStatus§count: NrosRmwCountStatusAuto Trait Implementations§
impl Freeze for NrosRmwEventPayload
impl RefUnwindSafe for NrosRmwEventPayload
impl Send for NrosRmwEventPayload
impl Sync for NrosRmwEventPayload
impl Unpin for NrosRmwEventPayload
impl UnsafeUnpin for NrosRmwEventPayload
impl UnwindSafe for NrosRmwEventPayload
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