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