pub enum PcatEvent {
BootFailure,
BootAttempt,
}
Expand description
PCAT event
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PcatEvent
impl RefUnwindSafe for PcatEvent
impl Send for PcatEvent
impl Sync for PcatEvent
impl Unpin for PcatEvent
impl UnwindSafe for PcatEvent
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