pub struct LookupSelectorBits;Expand description
Bits indicating which optional LookupConstraintSystem sections are
stored, packed into ScalarHeader::lookup_selectors_present.
Implementations§
Source§impl LookupSelectorBits
impl LookupSelectorBits
pub const TABLE_IDS8: u32
pub const SELECTOR_XOR: u32
pub const SELECTOR_LOOKUP: u32
pub const SELECTOR_RANGE_CHECK: u32
pub const SELECTOR_FFMUL: u32
pub const RUNTIME_SELECTOR: u32
pub const RUNTIME_TABLES: u32
pub const RUNTIME_TABLE_OFFSET: u32
Auto Trait Implementations§
impl Freeze for LookupSelectorBits
impl RefUnwindSafe for LookupSelectorBits
impl Send for LookupSelectorBits
impl Sync for LookupSelectorBits
impl Unpin for LookupSelectorBits
impl UnsafeUnpin for LookupSelectorBits
impl UnwindSafe for LookupSelectorBits
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