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