pub struct IsrEvent {
pub event_count: EventCount,
pub timestamp: Timestamp,
pub handle: ObjectHandle,
pub name: IsrName,
pub priority: IsrPriority,
}Fields§
§event_count: EventCount§timestamp: Timestamp§handle: ObjectHandle§name: IsrName§priority: IsrPriorityTrait Implementations§
Source§impl Ord for IsrEvent
impl Ord for IsrEvent
Source§impl PartialOrd for IsrEvent
impl PartialOrd for IsrEvent
impl Eq for IsrEvent
impl StructuralPartialEq for IsrEvent
Auto Trait Implementations§
impl Freeze for IsrEvent
impl RefUnwindSafe for IsrEvent
impl Send for IsrEvent
impl Sync for IsrEvent
impl Unpin for IsrEvent
impl UnwindSafe for IsrEvent
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