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