pub struct HelloPacket {
pub hp_type: HelloPacketType,
pub token: u128,
pub own_ssl: bool,
pub tunnel_id: u128,
}Fields§
§hp_type: HelloPacketType§token: u128§own_ssl: bool§tunnel_id: u128Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HelloPacket
impl RefUnwindSafe for HelloPacket
impl Send for HelloPacket
impl Sync for HelloPacket
impl Unpin for HelloPacket
impl UnwindSafe for HelloPacket
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