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