pub struct teamplay_timer_flash {
pub time_remaining: i32,
}Fields§
§time_remaining: i32Auto Trait Implementations§
impl Freeze for teamplay_timer_flash
impl RefUnwindSafe for teamplay_timer_flash
impl Send for teamplay_timer_flash
impl Sync for teamplay_timer_flash
impl Unpin for teamplay_timer_flash
impl UnsafeUnpin for teamplay_timer_flash
impl UnwindSafe for teamplay_timer_flash
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