pub struct CodeTableEntry {
pub first: TableInst,
pub second: TableInst,
}
Fields§
§first: TableInst
§second: TableInst
Implementations§
Source§impl CodeTableEntry
impl CodeTableEntry
pub fn sec_is_noop(&self) -> bool
Trait Implementations§
Source§impl Clone for CodeTableEntry
impl Clone for CodeTableEntry
Source§fn clone(&self) -> CodeTableEntry
fn clone(&self) -> CodeTableEntry
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 CodeTableEntry
impl Debug for CodeTableEntry
Source§impl PartialEq for CodeTableEntry
impl PartialEq for CodeTableEntry
impl Copy for CodeTableEntry
impl Eq for CodeTableEntry
impl StructuralPartialEq for CodeTableEntry
Auto Trait Implementations§
impl Freeze for CodeTableEntry
impl RefUnwindSafe for CodeTableEntry
impl Send for CodeTableEntry
impl Sync for CodeTableEntry
impl Unpin for CodeTableEntry
impl UnwindSafe for CodeTableEntry
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