Struct tf2types::events::tf_map_time_remaining
source · [−]pub struct tf_map_time_remaining {
pub seconds: i32,
}Fields
seconds: i32Auto Trait Implementations
impl RefUnwindSafe for tf_map_time_remaining
impl Send for tf_map_time_remaining
impl Sync for tf_map_time_remaining
impl Unpin for tf_map_time_remaining
impl UnwindSafe for tf_map_time_remaining
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