Struct unicorn_engine::unicorn_const::TranslationBlock
source · #[repr(C)]pub struct TranslationBlock {
pub pc: u64,
pub icount: u16,
pub size: u16,
}Fields§
§pc: u64§icount: u16§size: u16Auto Trait Implementations§
impl Freeze for TranslationBlock
impl RefUnwindSafe for TranslationBlock
impl Send for TranslationBlock
impl Sync for TranslationBlock
impl Unpin for TranslationBlock
impl UnwindSafe for TranslationBlock
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