pub enum PacExt {
None,
OnlyNopSpace,
Allowed,
Unknown(u8),
}Variants§
None
Not allowed.
OnlyNopSpace
PAC/AUT instructions are allowed in the NOP space.
Allowed
PAC/AUT instructions are allowed.
Unknown(u8)
Implementations§
Trait Implementations§
source§impl PartialEq for PacExt
impl PartialEq for PacExt
impl Copy for PacExt
impl Eq for PacExt
impl StructuralPartialEq for PacExt
Auto Trait Implementations§
impl Freeze for PacExt
impl RefUnwindSafe for PacExt
impl Send for PacExt
impl Sync for PacExt
impl Unpin for PacExt
impl UnwindSafe for PacExt
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