#[repr(C)]pub struct XAnyEvent {
pub type_: i32,
pub serial: u32,
pub send_event: i32,
pub display: *mut _XDisplay,
pub window: u32,
}
Fields§
§type_: i32
§serial: u32
§send_event: i32
§display: *mut _XDisplay
§window: u32
Trait Implementations§
impl Copy for XAnyEvent
impl StructuralPartialEq for XAnyEvent
Auto Trait Implementations§
impl Freeze for XAnyEvent
impl RefUnwindSafe for XAnyEvent
impl !Send for XAnyEvent
impl !Sync for XAnyEvent
impl Unpin for XAnyEvent
impl UnwindSafe for XAnyEvent
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