#[repr(C)]pub struct Event_String {
pub Handlers: [Event_String_Callback; 32],
pub Objs: [*mut c_void; 32],
pub Count: c_int,
}
Fields§
§Handlers: [Event_String_Callback; 32]
§Objs: [*mut c_void; 32]
§Count: c_int
Trait Implementations§
Source§impl Clone for Event_String
impl Clone for Event_String
Source§fn clone(&self) -> Event_String
fn clone(&self) -> Event_String
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_String
impl Debug for Event_String
Source§impl Hash for Event_String
impl Hash for Event_String
Source§impl PartialEq for Event_String
impl PartialEq for Event_String
impl Copy for Event_String
impl Eq for Event_String
impl StructuralPartialEq for Event_String
Auto Trait Implementations§
impl Freeze for Event_String
impl RefUnwindSafe for Event_String
impl !Send for Event_String
impl !Sync for Event_String
impl Unpin for Event_String
impl UnwindSafe for Event_String
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