Struct rbspy_ruby_structs::ruby_2_1_10::rb_unblock_callback [] [src]

#[repr(C)]
pub struct rb_unblock_callback { pub func: rb_unblock_function_t, pub arg: *mut c_void, }

Fields

Trait Implementations

impl Debug for rb_unblock_callback
[src]

[src]

Formats the value using the given formatter.

impl Copy for rb_unblock_callback
[src]

impl Clone for rb_unblock_callback
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more