pub struct ChannelConn {
pub stream: TcpStream,
pub sid: u32,
pub version: u8,
pub is_be: bool,
}Fields§
§stream: TcpStream§sid: u32§version: u8§is_be: boolAuto Trait Implementations§
impl !Freeze for ChannelConn
impl RefUnwindSafe for ChannelConn
impl Send for ChannelConn
impl Sync for ChannelConn
impl Unpin for ChannelConn
impl UnsafeUnpin for ChannelConn
impl UnwindSafe for ChannelConn
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