Struct classicube_sys::Event_Void
source · #[repr(C)]pub struct Event_Void {
pub Handlers: [Event_Void_Callback; 32],
pub Objs: [*mut c_void; 32],
pub Count: c_int,
}
Fields§
§Handlers: [Event_Void_Callback; 32]
§Objs: [*mut c_void; 32]
§Count: c_int
Trait Implementations§
source§impl Clone for Event_Void
impl Clone for Event_Void
source§fn clone(&self) -> Event_Void
fn clone(&self) -> Event_Void
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Event_Void
impl Debug for Event_Void
source§impl Hash for Event_Void
impl Hash for Event_Void
source§impl PartialEq for Event_Void
impl PartialEq for Event_Void
source§fn eq(&self, other: &Event_Void) -> bool
fn eq(&self, other: &Event_Void) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Event_Void
impl Eq for Event_Void
impl StructuralPartialEq for Event_Void
Auto Trait Implementations§
impl Freeze for Event_Void
impl RefUnwindSafe for Event_Void
impl !Send for Event_Void
impl !Sync for Event_Void
impl Unpin for Event_Void
impl UnwindSafe for Event_Void
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
)