Struct classicube_sys::Event_Block
source ·
[−]#[repr(C)]pub struct Event_Block {
pub Handlers: [Event_Block_Callback; 32],
pub Objs: [*mut c_void; 32],
pub Count: c_int,
}Fields
Handlers: [Event_Block_Callback; 32]Objs: [*mut c_void; 32]Count: c_intTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Event_Block
impl !Send for Event_Block
impl !Sync for Event_Block
impl Unpin for Event_Block
impl UnwindSafe for Event_Block
Blanket Implementations
Mutably borrows from an owned value. Read more
