Struct tf2types::events::teamplay_timer_flash
source · [−]pub struct teamplay_timer_flash {
pub time_remaining: i32,
}Fields
time_remaining: i32Auto Trait Implementations
impl RefUnwindSafe for teamplay_timer_flash
impl Send for teamplay_timer_flash
impl Sync for teamplay_timer_flash
impl Unpin for teamplay_timer_flash
impl UnwindSafe for teamplay_timer_flash
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more