Struct netscan_os::TcpHeaderResult
source · pub struct TcpHeaderResult {
pub tcp_window_size: u16,
pub tcp_option_order: Vec<TcpOptionKind>,
}Fields
tcp_window_size: u16tcp_option_order: Vec<TcpOptionKind>Trait Implementations
sourceimpl Clone for TcpHeaderResult
impl Clone for TcpHeaderResult
sourcefn clone(&self) -> TcpHeaderResult
fn clone(&self) -> TcpHeaderResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for TcpHeaderResult
impl Send for TcpHeaderResult
impl Sync for TcpHeaderResult
impl Unpin for TcpHeaderResult
impl UnwindSafe for TcpHeaderResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more