#[repr(C)]
pub union EventData {
/* private fields */
}
Expand description
Data associated with an Event
. This can either be a 64-bit integer
value or a pointer which preserves pointer provenance.
Implementations§
Trait Implementations§
source§impl PartialEq for EventData
impl PartialEq for EventData
impl Copy for EventData
impl Eq for EventData
Auto Trait Implementations§
impl RefUnwindSafe for EventData
impl !Send for EventData
impl !Sync for EventData
impl Unpin for EventData
impl UnwindSafe for EventData
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