#[repr(C)]pub struct UA_DelayedCallback {
pub next: *mut UA_DelayedCallback,
pub callback: UA_Callback,
pub application: *mut c_void,
pub context: *mut c_void,
}Fields§
§next: *mut UA_DelayedCallback§callback: UA_Callback§application: *mut c_void§context: *mut c_voidTrait Implementations§
Source§impl Debug for UA_DelayedCallback
impl Debug for UA_DelayedCallback
Auto Trait Implementations§
impl Freeze for UA_DelayedCallback
impl RefUnwindSafe for UA_DelayedCallback
impl !Send for UA_DelayedCallback
impl !Sync for UA_DelayedCallback
impl Unpin for UA_DelayedCallback
impl UnwindSafe for UA_DelayedCallback
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more