pub struct IlpExactNaryPatterns<'a> {
pub body_offset: &'a [u32],
pub body_len: &'a [u32],
pub atom_candidate_slot: &'a [u32],
pub atom_arity: &'a [u32],
pub atom_binding_offset: &'a [u32],
pub binding_codes: &'a [u32],
pub head_arity: u32,
}Expand description
Flattened pattern batch (host-born: patterns are enumerated on host).
Fields§
§body_offset: &'a [u32]§body_len: &'a [u32]§atom_candidate_slot: &'a [u32]§atom_arity: &'a [u32]§atom_binding_offset: &'a [u32]§binding_codes: &'a [u32]§head_arity: u32Auto Trait Implementations§
impl<'a> Freeze for IlpExactNaryPatterns<'a>
impl<'a> RefUnwindSafe for IlpExactNaryPatterns<'a>
impl<'a> Send for IlpExactNaryPatterns<'a>
impl<'a> Sync for IlpExactNaryPatterns<'a>
impl<'a> Unpin for IlpExactNaryPatterns<'a>
impl<'a> UnsafeUnpin for IlpExactNaryPatterns<'a>
impl<'a> UnwindSafe for IlpExactNaryPatterns<'a>
Blanket Implementations§
impl<T> Allocation for T
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