#[repr(C)]pub struct UA_HistoryReadRequest {
pub requestHeader: UA_RequestHeader,
pub historyReadDetails: UA_ExtensionObject,
pub timestampsToReturn: UA_TimestampsToReturn,
pub releaseContinuationPoints: UA_Boolean,
pub nodesToReadSize: usize,
pub nodesToRead: *mut UA_HistoryReadValueId,
}Fields§
§requestHeader: UA_RequestHeader§historyReadDetails: UA_ExtensionObject§timestampsToReturn: UA_TimestampsToReturn§releaseContinuationPoints: UA_Boolean§nodesToReadSize: usize§nodesToRead: *mut UA_HistoryReadValueIdTrait Implementations§
Source§impl Clone for UA_HistoryReadRequest
impl Clone for UA_HistoryReadRequest
Source§fn clone(&self) -> UA_HistoryReadRequest
fn clone(&self) -> UA_HistoryReadRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UA_HistoryReadRequest
Auto Trait Implementations§
impl Freeze for UA_HistoryReadRequest
impl RefUnwindSafe for UA_HistoryReadRequest
impl !Send for UA_HistoryReadRequest
impl !Sync for UA_HistoryReadRequest
impl Unpin for UA_HistoryReadRequest
impl UnwindSafe for UA_HistoryReadRequest
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