#[repr(C)]pub struct UA_HistoryReadResult {
pub statusCode: UA_StatusCode,
pub continuationPoint: UA_ByteString,
pub historyData: UA_ExtensionObject,
}Fields§
§statusCode: UA_StatusCode§continuationPoint: UA_ByteString§historyData: UA_ExtensionObjectTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_HistoryReadResult
impl RefUnwindSafe for UA_HistoryReadResult
impl !Send for UA_HistoryReadResult
impl !Sync for UA_HistoryReadResult
impl Unpin for UA_HistoryReadResult
impl UnwindSafe for UA_HistoryReadResult
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