Struct panda_sys::NotifierWithReturn [−][src]
#[repr(C)]pub struct NotifierWithReturn { pub notify: Option<unsafe extern "C" fn(notifier: *mut NotifierWithReturn, data: *mut c_void) -> c_int>, pub node: NotifierWithReturn__bindgen_ty_1, }
Fields
notify: Option<unsafe extern "C" fn(notifier: *mut NotifierWithReturn, data: *mut c_void) -> c_int>Return 0 on success (next notifier will be invoked), otherwise notifier_with_return_list_notify() will stop and return the value.
node: NotifierWithReturn__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NotifierWithReturnimpl !Send for NotifierWithReturnimpl !Sync for NotifierWithReturnimpl Unpin for NotifierWithReturnimpl UnwindSafe for NotifierWithReturnBlanket Implementations
Mutably borrows from an owned value. Read more