#[repr(u8)]pub enum Pcrel {
ENABLED = 0,
DISABLED = 1,
}
Variants§
ENABLED = 0
The trace unit does not affect the tracing of PC-relative transfers.
DISABLED = 1
The trace unit does not trace the address or value portions of PC-relative transfers.
Implementations§
Trait Implementations§
Source§impl Ord for Pcrel
impl Ord for Pcrel
Source§impl PartialOrd for Pcrel
impl PartialOrd for Pcrel
impl Copy for Pcrel
impl Eq for Pcrel
impl StructuralPartialEq for Pcrel
Auto Trait Implementations§
impl Freeze for Pcrel
impl RefUnwindSafe for Pcrel
impl Send for Pcrel
impl Sync for Pcrel
impl Unpin for Pcrel
impl UnwindSafe for Pcrel
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
)