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