#[repr(C)]
pub union ALL_DATA {
pub ie: IEVENT,
pub im: IMESSAGE,
pub io: IOEVENT,
pub is: ISAMPLE,
/* private fields */
}Fields§
§ie: IEVENT§im: IMESSAGE§io: IOEVENT§is: ISAMPLETrait Implementations§
Auto Trait Implementations§
impl Freeze for ALL_DATA
impl RefUnwindSafe for ALL_DATA
impl Send for ALL_DATA
impl Sync for ALL_DATA
impl Unpin for ALL_DATA
impl UnwindSafe for ALL_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