Struct tf2types::cevents::teamplay_timer_flash
source · [−]#[repr(C)]pub struct teamplay_timer_flash {
pub time_remaining: c_short,
}Fields
time_remaining: c_shortAuto 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