pub struct OpenConnectionReply2 {
pub server_guid: u64,
pub server_addr: SocketAddr,
pub mtu: u16,
pub use_encryption: bool,
pub magic: Magic,
}Fields§
§server_guid: u64§server_addr: SocketAddr§mtu: u16§use_encryption: bool§magic: MagicTrait Implementations§
Source§impl Clone for OpenConnectionReply2
impl Clone for OpenConnectionReply2
Source§fn clone(&self) -> OpenConnectionReply2
fn clone(&self) -> OpenConnectionReply2
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 moreAuto Trait Implementations§
impl Freeze for OpenConnectionReply2
impl RefUnwindSafe for OpenConnectionReply2
impl Send for OpenConnectionReply2
impl Sync for OpenConnectionReply2
impl Unpin for OpenConnectionReply2
impl UnsafeUnpin for OpenConnectionReply2
impl UnwindSafe for OpenConnectionReply2
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