#[repr(C)]pub struct event_callback {
pub evcb_active_next: event_callback__bindgen_ty_1,
pub evcb_flags: c_short,
pub evcb_pri: u8,
pub evcb_closure: u8,
pub evcb_cb_union: event_callback__bindgen_ty_2,
pub evcb_arg: *mut c_void,
}
Fields§
§evcb_active_next: event_callback__bindgen_ty_1
§evcb_flags: c_short
§evcb_pri: u8
§evcb_closure: u8
§evcb_cb_union: event_callback__bindgen_ty_2
§evcb_arg: *mut c_void
Trait Implementations§
Source§impl Clone for event_callback
impl Clone for event_callback
Source§fn clone(&self) -> event_callback
fn clone(&self) -> event_callback
Returns a duplicate 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 moreimpl Copy for event_callback
Auto Trait Implementations§
impl Freeze for event_callback
impl RefUnwindSafe for event_callback
impl !Send for event_callback
impl !Sync for event_callback
impl Unpin for event_callback
impl UnwindSafe for event_callback
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