#[repr(C)]pub struct UA_AggregateFilter {
pub startTime: UA_DateTime,
pub aggregateType: UA_NodeId,
pub processingInterval: UA_Double,
pub aggregateConfiguration: UA_AggregateConfiguration,
}Fields§
§startTime: UA_DateTime§aggregateType: UA_NodeId§processingInterval: UA_Double§aggregateConfiguration: UA_AggregateConfigurationTrait Implementations§
Source§impl Clone for UA_AggregateFilter
impl Clone for UA_AggregateFilter
Source§fn clone(&self) -> UA_AggregateFilter
fn clone(&self) -> UA_AggregateFilter
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_AggregateFilter
Auto Trait Implementations§
impl Freeze for UA_AggregateFilter
impl RefUnwindSafe for UA_AggregateFilter
impl !Send for UA_AggregateFilter
impl !Sync for UA_AggregateFilter
impl Unpin for UA_AggregateFilter
impl UnwindSafe for UA_AggregateFilter
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