pub struct CotpConnectInformation {
pub initiator_reference: u16,
pub calling_tsap_id: Option<Vec<u8>>,
pub called_tsap_id: Option<Vec<u8>>,
}Fields§
§initiator_reference: u16§calling_tsap_id: Option<Vec<u8>>§called_tsap_id: Option<Vec<u8>>Trait Implementations§
Source§impl Clone for CotpConnectInformation
impl Clone for CotpConnectInformation
Source§fn clone(&self) -> CotpConnectInformation
fn clone(&self) -> CotpConnectInformation
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 CotpConnectInformation
impl Debug for CotpConnectInformation
Source§impl Default for CotpConnectInformation
impl Default for CotpConnectInformation
Source§impl PartialEq for CotpConnectInformation
impl PartialEq for CotpConnectInformation
impl StructuralPartialEq for CotpConnectInformation
Auto Trait Implementations§
impl Freeze for CotpConnectInformation
impl RefUnwindSafe for CotpConnectInformation
impl Send for CotpConnectInformation
impl Sync for CotpConnectInformation
impl Unpin for CotpConnectInformation
impl UnwindSafe for CotpConnectInformation
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