pub struct PunchInfo { /* private fields */ }Implementations§
source§impl PunchInfo
impl PunchInfo
pub fn new( initiate_by_oneself: bool, punch_model: PunchModelBoxes, peer_nat_info: NatInfo, ) -> Self
pub fn new_by_oneself( punch_model: PunchModelBoxes, peer_nat_info: NatInfo, ) -> Self
pub fn new_by_other( punch_model: PunchModelBoxes, peer_nat_info: NatInfo, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PunchInfo
impl RefUnwindSafe for PunchInfo
impl Send for PunchInfo
impl Sync for PunchInfo
impl Unpin for PunchInfo
impl UnwindSafe for PunchInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)