#[repr(C)]pub struct UA_AggregateConfiguration {
pub useServerCapabilitiesDefaults: UA_Boolean,
pub treatUncertainAsBad: UA_Boolean,
pub percentDataBad: UA_Byte,
pub percentDataGood: UA_Byte,
pub useSlopedExtrapolation: UA_Boolean,
}Fields§
§useServerCapabilitiesDefaults: UA_Boolean§treatUncertainAsBad: UA_Boolean§percentDataBad: UA_Byte§percentDataGood: UA_Byte§useSlopedExtrapolation: UA_BooleanTrait Implementations§
Source§impl Clone for UA_AggregateConfiguration
impl Clone for UA_AggregateConfiguration
Source§fn clone(&self) -> UA_AggregateConfiguration
fn clone(&self) -> UA_AggregateConfiguration
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 moreSource§impl Debug for UA_AggregateConfiguration
impl Debug for UA_AggregateConfiguration
impl Copy for UA_AggregateConfiguration
Auto Trait Implementations§
impl Freeze for UA_AggregateConfiguration
impl RefUnwindSafe for UA_AggregateConfiguration
impl Send for UA_AggregateConfiguration
impl Sync for UA_AggregateConfiguration
impl Unpin for UA_AggregateConfiguration
impl UnwindSafe for UA_AggregateConfiguration
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