#[repr(C)]pub struct _PedTimer {
pub frac: f32,
pub start: time_t,
pub now: time_t,
pub predicted_end: time_t,
pub state_name: *const c_char,
pub handler: PedTimerHandler,
pub context: *mut c_void,
}Fields§
§frac: f32§start: time_t§now: time_t§predicted_end: time_t§state_name: *const c_char§handler: PedTimerHandler§context: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for _PedTimer
impl RefUnwindSafe for _PedTimer
impl !Send for _PedTimer
impl !Sync for _PedTimer
impl Unpin for _PedTimer
impl UnwindSafe for _PedTimer
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