#[repr(C)]
pub union ALLD_DATA {
pub fe: DEVENT,
pub im: DMESSAGE,
pub io: DIOEVENT,
pub fs: DSAMPLE,
/* private fields */
}Expand description
@ingroup messaging \brief Union of message, io event and double sample and double event.
Fields§
§fe: DEVENT§im: DMESSAGE§io: DIOEVENT§fs: DSAMPLETrait Implementations§
Auto Trait Implementations§
impl Freeze for ALLD_DATA
impl RefUnwindSafe for ALLD_DATA
impl Send for ALLD_DATA
impl Sync for ALLD_DATA
impl Unpin for ALLD_DATA
impl UnwindSafe for ALLD_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