pub struct Killer {
pub port: u32,
}Fields§
§port: u32Implementations§
Source§impl Killer
impl Killer
pub fn kill_process_by_port(&self)
Auto Trait Implementations§
impl Freeze for Killer
impl RefUnwindSafe for Killer
impl Send for Killer
impl Sync for Killer
impl Unpin for Killer
impl UnsafeUnpin for Killer
impl UnwindSafe for Killer
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