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