#[repr(C)]pub struct Event_Int {
pub Handlers: [Event_Int_Callback; 32],
pub Objs: [*mut c_void; 32],
pub Count: c_int,
}
Fields§
§Handlers: [Event_Int_Callback; 32]
§Objs: [*mut c_void; 32]
§Count: c_int
Trait Implementations§
impl Copy for Event_Int
impl Eq for Event_Int
impl StructuralPartialEq for Event_Int
Auto Trait Implementations§
impl Freeze for Event_Int
impl RefUnwindSafe for Event_Int
impl !Send for Event_Int
impl !Sync for Event_Int
impl Unpin for Event_Int
impl UnwindSafe for Event_Int
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