pub struct NewTc {
pub t_c_id: u8,
pub new_t_c_id: u8,
}Expand description
New_T_C (Table A.9, length=2): a new connection identifier to establish.
Fields§
§t_c_id: u8t_c_id of the connection issuing this.
new_t_c_id: u8new_t_c_id — the identifier for the new connection.
Trait Implementations§
impl Copy for NewTc
impl Eq for NewTc
Source§impl Serialize for NewTc
impl Serialize for NewTc
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for NewTc
Auto Trait Implementations§
impl Freeze for NewTc
impl RefUnwindSafe for NewTc
impl Send for NewTc
impl Sync for NewTc
impl Unpin for NewTc
impl UnsafeUnpin for NewTc
impl UnwindSafe for NewTc
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