struct QaUses {
referenced_mask: u8,
mat_call_spans: Vec<(Span, char)>,
}Fields§
§referenced_mask: u8Bit-set of referenced _qa..._qh identifiers (bit 0 = _qa).
mat_call_spans: Vec<(Span, char)>Each entry is (call_span, ident_letter) for a float2x2(_qX) call
to expand into the four-scalar form.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QaUses
impl RefUnwindSafe for QaUses
impl Send for QaUses
impl Sync for QaUses
impl Unpin for QaUses
impl UnwindSafe for QaUses
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