#[repr(u8)]pub enum Tbi {
SIGN_EXTEND = 0,
COPY = 1,
}
Variants§
SIGN_EXTEND = 0
The trace unit assigns bits[63:56] to have the same value as bit[55] of the data address, that is, it sign-extends the value.
COPY = 1
The trace unit assigns bits[63:56] to have the same value as bits[63:56] of the data address.
Implementations§
Trait Implementations§
Source§impl Ord for Tbi
impl Ord for Tbi
Source§impl PartialOrd for Tbi
impl PartialOrd for Tbi
impl Copy for Tbi
impl Eq for Tbi
impl StructuralPartialEq for Tbi
Auto Trait Implementations§
impl Freeze for Tbi
impl RefUnwindSafe for Tbi
impl Send for Tbi
impl Sync for Tbi
impl Unpin for Tbi
impl UnwindSafe for Tbi
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
)