#[repr(transparent)]pub struct Vip(pub u64);
Expand description
VTIL instruction pointer
Tuple Fields§
§0: u64
Implementations§
Trait Implementations§
Source§impl TryFromCtx<'_, Endian> for Vip
impl TryFromCtx<'_, Endian> for Vip
Source§impl TryIntoCtx<Endian> for Vip
impl TryIntoCtx<Endian> for Vip
impl Copy for Vip
impl Eq for Vip
impl StructuralPartialEq for Vip
Auto Trait Implementations§
impl Freeze for Vip
impl RefUnwindSafe for Vip
impl Send for Vip
impl Sync for Vip
impl Unpin for Vip
impl UnwindSafe for Vip
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.