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