#[repr(C)]pub struct UA_AsyncOperationResponse {
pub callMethodResult: __BindgenUnionField<UA_CallMethodResult>,
pub bindgen_union_field: [u64; 7],
}Fields§
§callMethodResult: __BindgenUnionField<UA_CallMethodResult>§bindgen_union_field: [u64; 7]Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_AsyncOperationResponse
impl RefUnwindSafe for UA_AsyncOperationResponse
impl !Send for UA_AsyncOperationResponse
impl !Sync for UA_AsyncOperationResponse
impl Unpin for UA_AsyncOperationResponse
impl UnwindSafe for UA_AsyncOperationResponse
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