Struct netscan_os::TcpHeaderResult
source · pub struct TcpHeaderResult {
pub tcp_window_size: u16,
pub tcp_option_order: Vec<TcpOptionKind>,
}Fields§
§tcp_window_size: u16§tcp_option_order: Vec<TcpOptionKind>Trait Implementations§
source§impl Clone for TcpHeaderResult
impl Clone for TcpHeaderResult
source§fn clone(&self) -> TcpHeaderResult
fn clone(&self) -> TcpHeaderResult
Returns a copy 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 RefUnwindSafe for TcpHeaderResult
impl Send for TcpHeaderResult
impl Sync for TcpHeaderResult
impl Unpin for TcpHeaderResult
impl UnwindSafe for TcpHeaderResult
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