pub struct ICMPCommunication;Trait Implementations§
Source§impl C2Stage for ICMPCommunication
impl C2Stage for ICMPCommunication
Source§fn communicate_c2(&self, ctx: &StageContext) -> Result<(), FrameworkError>
fn communicate_c2(&self, ctx: &StageContext) -> Result<(), FrameworkError>
Perform C2 communication given the provided context.
Auto Trait Implementations§
impl Freeze for ICMPCommunication
impl RefUnwindSafe for ICMPCommunication
impl Send for ICMPCommunication
impl Sync for ICMPCommunication
impl Unpin for ICMPCommunication
impl UnsafeUnpin for ICMPCommunication
impl UnwindSafe for ICMPCommunication
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