Struct classicube_sys::Event_Float
source ·
[−]#[repr(C)]pub struct Event_Float {
pub Handlers: [Event_Float_Callback; 32],
pub Objs: [*mut c_void; 32],
pub Count: c_int,
}Fields
Handlers: [Event_Float_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_Float
impl !Send for Event_Float
impl !Sync for Event_Float
impl Unpin for Event_Float
impl UnwindSafe for Event_Float
Blanket Implementations
Mutably borrows from an owned value. Read more
