Struct open62541_sys::UA_ReadProcessedDetails
source · #[repr(C)]pub struct UA_ReadProcessedDetails {
pub startTime: UA_DateTime,
pub endTime: UA_DateTime,
pub processingInterval: UA_Double,
pub aggregateTypeSize: usize,
pub aggregateType: *mut UA_NodeId,
pub aggregateConfiguration: UA_AggregateConfiguration,
}Fields§
§startTime: UA_DateTime§endTime: UA_DateTime§processingInterval: UA_Double§aggregateTypeSize: usize§aggregateType: *mut UA_NodeId§aggregateConfiguration: UA_AggregateConfigurationTrait Implementations§
source§impl Debug for UA_ReadProcessedDetails
impl Debug for UA_ReadProcessedDetails
Auto Trait Implementations§
impl Freeze for UA_ReadProcessedDetails
impl RefUnwindSafe for UA_ReadProcessedDetails
impl !Send for UA_ReadProcessedDetails
impl !Sync for UA_ReadProcessedDetails
impl Unpin for UA_ReadProcessedDetails
impl UnwindSafe for UA_ReadProcessedDetails
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