#[repr(C)]pub struct rb_unblock_callback {
pub func: rb_unblock_function_t,
pub arg: *mut c_void,
}
Fields§
§func: rb_unblock_function_t
§arg: *mut c_void
Trait Implementations§
source§impl Clone for rb_unblock_callback
impl Clone for rb_unblock_callback
source§fn clone(&self) -> rb_unblock_callback
fn clone(&self) -> rb_unblock_callback
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 more