Struct raknet::message::NewIncomingConnection
source · pub struct NewIncomingConnection {
pub local: SystemAddress,
pub remote: SystemAddress,
}
Fields§
§local: SystemAddress
§remote: SystemAddress
Trait Implementations§
source§impl Debug for NewIncomingConnection
impl Debug for NewIncomingConnection
source§impl Parse for NewIncomingConnection
impl Parse for NewIncomingConnection
fn from_bit_stream(bs: &mut BitStreamRead<'_>) -> Result<Self>
Auto Trait Implementations§
impl RefUnwindSafe for NewIncomingConnection
impl Send for NewIncomingConnection
impl Sync for NewIncomingConnection
impl Unpin for NewIncomingConnection
impl UnwindSafe for NewIncomingConnection
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