Struct classicube_sys::Event_Int
source · #[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§
source§impl PartialEq for Event_Int
impl PartialEq for Event_Int
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)