#[repr(C)]pub struct event_struct {
pub type_: glui32,
pub win: winid_t,
pub val1: glui32,
pub val2: glui32,
}Fields§
§type_: glui32§win: winid_t§val1: glui32§val2: glui32Auto Trait Implementations§
impl Freeze for event_struct
impl RefUnwindSafe for event_struct
impl !Send for event_struct
impl !Sync for event_struct
impl Unpin for event_struct
impl UnwindSafe for event_struct
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