#[repr(C)]
pub union ALLF_DATA {
pub fe: FEVENT,
pub im: IMESSAGE,
pub io: IOEVENT,
pub fs: FSAMPLE,
/* private fields */
}Expand description
@ingroup messaging \brief Union of message, io event and float sample and float event.
Fields§
§fe: FEVENT§im: IMESSAGE§io: IOEVENT§fs: FSAMPLETrait Implementations§
Auto Trait Implementations§
impl Freeze for ALLF_DATA
impl RefUnwindSafe for ALLF_DATA
impl Send for ALLF_DATA
impl Sync for ALLF_DATA
impl Unpin for ALLF_DATA
impl UnwindSafe for ALLF_DATA
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