#[repr(C)]pub struct _xEvent {
pub u: _xEvent__bindgen_ty_1,
}Expand description
xEvent All events are 32 bytes
Fields
u: _xEvent__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _xEvent
impl Send for _xEvent
impl Sync for _xEvent
impl Unpin for _xEvent
impl UnwindSafe for _xEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more