pub enum EncName {
Show 13 variants
Coproc,
CRd,
CRm,
CRn,
M,
M1,
Op0,
Op1,
Op2,
Opc1,
Opc2,
R,
Reg,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EncName
impl<'de> Deserialize<'de> for EncName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for EncName
impl Eq for EncName
impl StructuralPartialEq for EncName
Auto Trait Implementations§
impl Freeze for EncName
impl RefUnwindSafe for EncName
impl Send for EncName
impl Sync for EncName
impl Unpin for EncName
impl UnwindSafe for EncName
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