pub struct OpcodeName {
pub pos: Pos,
pub name: String,
pub group: Option<Group>,
}Fields§
§pos: Pos§name: String§group: Option<Group>Trait Implementations§
Source§impl Clone for OpcodeName
impl Clone for OpcodeName
Source§fn clone(&self) -> OpcodeName
fn clone(&self) -> OpcodeName
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 moreAuto Trait Implementations§
impl Freeze for OpcodeName
impl RefUnwindSafe for OpcodeName
impl Send for OpcodeName
impl Sync for OpcodeName
impl Unpin for OpcodeName
impl UnwindSafe for OpcodeName
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