#[repr(C)]pub struct UA_ConnectionConfig {
pub protocolVersion: UA_UInt32,
pub recvBufferSize: UA_UInt32,
pub sendBufferSize: UA_UInt32,
pub localMaxMessageSize: UA_UInt32,
pub remoteMaxMessageSize: UA_UInt32,
pub localMaxChunkCount: UA_UInt32,
pub remoteMaxChunkCount: UA_UInt32,
}Fields§
§protocolVersion: UA_UInt32§recvBufferSize: UA_UInt32§sendBufferSize: UA_UInt32§localMaxMessageSize: UA_UInt32§remoteMaxMessageSize: UA_UInt32§localMaxChunkCount: UA_UInt32§remoteMaxChunkCount: UA_UInt32Trait Implementations§
Source§impl Clone for UA_ConnectionConfig
impl Clone for UA_ConnectionConfig
Source§fn clone(&self) -> UA_ConnectionConfig
fn clone(&self) -> UA_ConnectionConfig
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_ConnectionConfig
impl Debug for UA_ConnectionConfig
impl Copy for UA_ConnectionConfig
Auto Trait Implementations§
impl Freeze for UA_ConnectionConfig
impl RefUnwindSafe for UA_ConnectionConfig
impl Send for UA_ConnectionConfig
impl Sync for UA_ConnectionConfig
impl Unpin for UA_ConnectionConfig
impl UnwindSafe for UA_ConnectionConfig
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