pub struct kill_in_hell {
pub killer: i32,
pub victim: i32,
}Fields§
§killer: i32§victim: i32Auto Trait Implementations§
impl Freeze for kill_in_hell
impl RefUnwindSafe for kill_in_hell
impl Send for kill_in_hell
impl Sync for kill_in_hell
impl Unpin for kill_in_hell
impl UnsafeUnpin for kill_in_hell
impl UnwindSafe for kill_in_hell
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