#[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 Debug for UA_AggregateConfiguration
impl Debug for UA_AggregateConfiguration
Source§impl Default for UA_AggregateConfiguration
impl Default for UA_AggregateConfiguration
Source§fn default() -> UA_AggregateConfiguration
fn default() -> UA_AggregateConfiguration
Returns the “default value” for a type. Read more
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