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