#[repr(C)]pub struct UA_EndpointConfiguration {
pub operationTimeout: UA_Int32,
pub useBinaryEncoding: UA_Boolean,
pub maxStringLength: UA_Int32,
pub maxByteStringLength: UA_Int32,
pub maxArrayLength: UA_Int32,
pub maxMessageSize: UA_Int32,
pub maxBufferSize: UA_Int32,
pub channelLifetime: UA_Int32,
pub securityTokenLifetime: UA_Int32,
}Fields§
§operationTimeout: UA_Int32§useBinaryEncoding: UA_Boolean§maxStringLength: UA_Int32§maxByteStringLength: UA_Int32§maxArrayLength: UA_Int32§maxMessageSize: UA_Int32§maxBufferSize: UA_Int32§channelLifetime: UA_Int32§securityTokenLifetime: UA_Int32Trait Implementations§
Source§impl Debug for UA_EndpointConfiguration
impl Debug for UA_EndpointConfiguration
Source§impl Default for UA_EndpointConfiguration
impl Default for UA_EndpointConfiguration
Source§fn default() -> UA_EndpointConfiguration
fn default() -> UA_EndpointConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UA_EndpointConfiguration
impl RefUnwindSafe for UA_EndpointConfiguration
impl Send for UA_EndpointConfiguration
impl Sync for UA_EndpointConfiguration
impl Unpin for UA_EndpointConfiguration
impl UnwindSafe for UA_EndpointConfiguration
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