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