pub struct controlpoint_timer_updated {
pub entindex: i32,
pub time: f32,
}Fields§
§entindex: i32§time: f32Auto Trait Implementations§
impl Freeze for controlpoint_timer_updated
impl RefUnwindSafe for controlpoint_timer_updated
impl Send for controlpoint_timer_updated
impl Sync for controlpoint_timer_updated
impl Unpin for controlpoint_timer_updated
impl UnsafeUnpin for controlpoint_timer_updated
impl UnwindSafe for controlpoint_timer_updated
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more