Struct open62541_sys::UA_HistoryUpdateResult
source · #[repr(C)]pub struct UA_HistoryUpdateResult {
pub statusCode: UA_StatusCode,
pub operationResultsSize: usize,
pub operationResults: *mut UA_StatusCode,
pub diagnosticInfosSize: usize,
pub diagnosticInfos: *mut UA_DiagnosticInfo,
}Fields§
§statusCode: UA_StatusCode§operationResultsSize: usize§operationResults: *mut UA_StatusCode§diagnosticInfosSize: usize§diagnosticInfos: *mut UA_DiagnosticInfoTrait Implementations§
source§impl Debug for UA_HistoryUpdateResult
impl Debug for UA_HistoryUpdateResult
Auto Trait Implementations§
impl Freeze for UA_HistoryUpdateResult
impl RefUnwindSafe for UA_HistoryUpdateResult
impl !Send for UA_HistoryUpdateResult
impl !Sync for UA_HistoryUpdateResult
impl Unpin for UA_HistoryUpdateResult
impl UnwindSafe for UA_HistoryUpdateResult
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