pub struct SimEvent<B: SimBackend> {
pub time: u64,
pub event_ref: B::Event,
pub signal: SignalRef,
pub next_val: u8,
}Fields§
§time: u64§event_ref: B::Event§signal: SignalRef§next_val: u8Trait Implementations§
impl<B: SimBackend> Eq for SimEvent<B>
Source§impl<B: SimBackend> Ord for SimEvent<B>
impl<B: SimBackend> Ord for SimEvent<B>
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<B: SimBackend> PartialEq for SimEvent<B>
impl<B: SimBackend> PartialEq for SimEvent<B>
Source§impl<B: SimBackend> PartialOrd for SimEvent<B>
impl<B: SimBackend> PartialOrd for SimEvent<B>
Auto Trait Implementations§
impl<B> Freeze for SimEvent<B>
impl<B> RefUnwindSafe for SimEvent<B>
impl<B> Send for SimEvent<B>
impl<B> Sync for SimEvent<B>
impl<B> Unpin for SimEvent<B>
impl<B> UnsafeUnpin for SimEvent<B>
impl<B> UnwindSafe for SimEvent<B>
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