pub struct TcpEcnResult {
pub syn_ack_ece_response: bool,
pub fingerprints: Vec<PacketFrame>,
}
Fields§
§syn_ack_ece_response: bool
§fingerprints: Vec<PacketFrame>
Implementations§
Source§impl TcpEcnResult
impl TcpEcnResult
pub fn new() -> TcpEcnResult
Trait Implementations§
Source§impl Clone for TcpEcnResult
impl Clone for TcpEcnResult
Source§fn clone(&self) -> TcpEcnResult
fn clone(&self) -> TcpEcnResult
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 TcpEcnResult
impl RefUnwindSafe for TcpEcnResult
impl Send for TcpEcnResult
impl Sync for TcpEcnResult
impl Unpin for TcpEcnResult
impl UnwindSafe for TcpEcnResult
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