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