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