#[repr(C)]pub struct UA_AggregateFilterResult {
pub revisedStartTime: UA_DateTime,
pub revisedProcessingInterval: UA_Double,
pub revisedAggregateConfiguration: UA_AggregateConfiguration,
}Fields§
§revisedStartTime: UA_DateTime§revisedProcessingInterval: UA_Double§revisedAggregateConfiguration: UA_AggregateConfigurationTrait Implementations§
Source§impl Debug for UA_AggregateFilterResult
impl Debug for UA_AggregateFilterResult
Source§impl Default for UA_AggregateFilterResult
impl Default for UA_AggregateFilterResult
Source§fn default() -> UA_AggregateFilterResult
fn default() -> UA_AggregateFilterResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UA_AggregateFilterResult
impl RefUnwindSafe for UA_AggregateFilterResult
impl Send for UA_AggregateFilterResult
impl Sync for UA_AggregateFilterResult
impl Unpin for UA_AggregateFilterResult
impl UnwindSafe for UA_AggregateFilterResult
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