#[repr(u8)]pub enum Appl1res {
NYET_RESP = 0,
ACK_RESP = 1,
}Variants§
NYET_RESP = 0
The core responds with a NYET when an error is detected in either of the LPM token packets due to corruption
ACK_RESP = 1
The core responds with an ACK only on a successful LPM transaction
Implementations§
Trait Implementations§
Source§impl Ord for Appl1res
impl Ord for Appl1res
Source§impl PartialOrd for Appl1res
impl PartialOrd for Appl1res
impl Copy for Appl1res
impl Eq for Appl1res
impl StructuralPartialEq for Appl1res
Auto Trait Implementations§
impl Freeze for Appl1res
impl RefUnwindSafe for Appl1res
impl Send for Appl1res
impl Sync for Appl1res
impl Unpin for Appl1res
impl UnwindSafe for Appl1res
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)