pub enum SysEvent {
Update,
}
Expand description
SysTick interrupt events
Variants§
Trait Implementations§
impl Copy for SysEvent
impl Eq for SysEvent
impl StructuralPartialEq for SysEvent
Auto Trait Implementations§
impl Freeze for SysEvent
impl RefUnwindSafe for SysEvent
impl Send for SysEvent
impl Sync for SysEvent
impl Unpin for SysEvent
impl UnwindSafe for SysEvent
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