pub struct Abbrev {
pub operands: Vec<AbbrevOp>,
}
Expand description
Represents a defined abbreviation, as specified by a DEFINE_ABBREV
record.
Fields§
§operands: Vec<AbbrevOp>
The abstract operands for this abbreviation definition.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Abbrev
impl RefUnwindSafe for Abbrev
impl Send for Abbrev
impl Sync for Abbrev
impl Unpin for Abbrev
impl UnwindSafe for Abbrev
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