#[repr(C)]pub struct TranslationBlock {
pub pc: u64,
pub icount: u16,
pub size: u16,
}
Fields§
§pc: u64
§icount: u16
§size: u16
Trait Implementations§
Source§impl Clone for TranslationBlock
impl Clone for TranslationBlock
Source§fn clone(&self) -> TranslationBlock
fn clone(&self) -> TranslationBlock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TranslationBlock
impl Debug for TranslationBlock
Source§impl Ord for TranslationBlock
impl Ord for TranslationBlock
Source§fn cmp(&self, other: &TranslationBlock) -> Ordering
fn cmp(&self, other: &TranslationBlock) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TranslationBlock
impl PartialEq for TranslationBlock
Source§impl PartialOrd for TranslationBlock
impl PartialOrd for TranslationBlock
impl Copy for TranslationBlock
impl Eq for TranslationBlock
impl StructuralPartialEq for TranslationBlock
Auto 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