Struct rust_hdl_ok_frontpanel_sys::okTCallbackInfo [−][src]
#[repr(C)]pub struct okTCallbackInfo {
pub fd: c_int,
pub callback: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
pub param: *mut c_void,
}
Fields
fd: c_int
callback: Option<unsafe extern "C" fn(arg1: *mut c_void)>
param: *mut c_void
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for okTCallbackInfo
impl !Send for okTCallbackInfo
impl !Sync for okTCallbackInfo
impl Unpin for okTCallbackInfo
impl UnwindSafe for okTCallbackInfo
Blanket Implementations
Mutably borrows from an owned value. Read more