pub struct TlsSecTrans {
pub target_supports: u16,
pub target_requires: u16,
pub addresses: Vec<AlternateIiopAddress>,
}Expand description
TAG_TLS_SEC_TRANS (Spec OMG Security/TLSIOP-Modul) — Wire-
Layout identisch zu SSL_SEC_TRANS plus TransportAddressList.
Fields§
§target_supports: u16target_supports.
target_requires: u16target_requires.
addresses: Vec<AlternateIiopAddress>addresses — Liste alternativer TLS-Endpoints.
Trait Implementations§
Source§impl Clone for TlsSecTrans
impl Clone for TlsSecTrans
Source§fn clone(&self) -> TlsSecTrans
fn clone(&self) -> TlsSecTrans
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TlsSecTrans
impl Debug for TlsSecTrans
Source§impl PartialEq for TlsSecTrans
impl PartialEq for TlsSecTrans
Source§fn eq(&self, other: &TlsSecTrans) -> bool
fn eq(&self, other: &TlsSecTrans) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TlsSecTrans
impl StructuralPartialEq for TlsSecTrans
Auto Trait Implementations§
impl Freeze for TlsSecTrans
impl RefUnwindSafe for TlsSecTrans
impl Send for TlsSecTrans
impl Sync for TlsSecTrans
impl Unpin for TlsSecTrans
impl UnsafeUnpin for TlsSecTrans
impl UnwindSafe for TlsSecTrans
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