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