pub struct HelloPacket {
pub hp_type: HelloPacketType,
pub token_hmac: [u8; 32],
pub own_ssl: bool,
pub redirect_ssl: bool,
pub ssh_enabled: bool,
pub tunnel_id: u128,
pub version: u32,
}Fields§
§hp_type: HelloPacketType§token_hmac: [u8; 32]§own_ssl: bool§redirect_ssl: bool§ssh_enabled: bool§tunnel_id: u128§version: u32Implementations§
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 UnsafeUnpin 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