#[repr(C)]pub struct UA_HistoryReadValueId {
pub nodeId: UA_NodeId,
pub indexRange: UA_String,
pub dataEncoding: UA_QualifiedName,
pub continuationPoint: UA_ByteString,
}Fields§
§nodeId: UA_NodeId§indexRange: UA_String§dataEncoding: UA_QualifiedName§continuationPoint: UA_ByteStringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_HistoryReadValueId
impl RefUnwindSafe for UA_HistoryReadValueId
impl !Send for UA_HistoryReadValueId
impl !Sync for UA_HistoryReadValueId
impl Unpin for UA_HistoryReadValueId
impl UnwindSafe for UA_HistoryReadValueId
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