pub struct FullScanner<'net> { /* private fields */ }Expand description
Data structure representing a Full scanner (ARP + SYN)
Implementations§
Source§impl<'net> FullScanner<'net>
impl<'net> FullScanner<'net>
Sourcepub fn new(args: FullScannerArgs<'net>) -> Self
pub fn new(args: FullScannerArgs<'net>) -> Self
Returns a new instance of FullScanner using provided info
Trait Implementations§
Auto Trait Implementations§
impl<'net> Freeze for FullScanner<'net>
impl<'net> RefUnwindSafe for FullScanner<'net>
impl<'net> Send for FullScanner<'net>
impl<'net> Sync for FullScanner<'net>
impl<'net> Unpin for FullScanner<'net>
impl<'net> UnwindSafe for FullScanner<'net>
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