Struct rpgffi::ErrorContextCallback [] [src]

#[repr(C)]
pub struct ErrorContextCallback { pub previous: *mut ErrorContextCallback, pub callback: Option<unsafe extern "C" fn(_: *mut c_void)>, pub arg: *mut c_void, }

Fields

Trait Implementations

impl Copy for ErrorContextCallback
[src]

impl Clone for ErrorContextCallback
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more