pub enum ModifierRegisterName {
EAX,
EBX,
ECX,
EDX,
}Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for ModifierRegisterName
impl Clone for ModifierRegisterName
Sourceยงfn clone(&self) -> ModifierRegisterName
fn clone(&self) -> ModifierRegisterName
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 moreSourceยงimpl Debug for ModifierRegisterName
impl Debug for ModifierRegisterName
Sourceยงimpl<'de> Deserialize<'de> for ModifierRegisterName
impl<'de> Deserialize<'de> for ModifierRegisterName
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
Sourceยงimpl Hash for ModifierRegisterName
impl Hash for ModifierRegisterName
Sourceยงimpl Ord for ModifierRegisterName
impl Ord for ModifierRegisterName
Sourceยงfn cmp(&self, other: &ModifierRegisterName) -> Ordering
fn cmp(&self, other: &ModifierRegisterName) -> Ordering
1.21.0 ยท Sourceยงfn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Sourceยงimpl PartialEq for ModifierRegisterName
impl PartialEq for ModifierRegisterName
Sourceยงimpl PartialOrd for ModifierRegisterName
impl PartialOrd for ModifierRegisterName
Sourceยงimpl Serialize for ModifierRegisterName
impl Serialize for ModifierRegisterName
impl Eq for ModifierRegisterName
impl StructuralPartialEq for ModifierRegisterName
Auto Trait Implementationsยง
impl Freeze for ModifierRegisterName
impl RefUnwindSafe for ModifierRegisterName
impl Send for ModifierRegisterName
impl Sync for ModifierRegisterName
impl Unpin for ModifierRegisterName
impl UnwindSafe for ModifierRegisterName
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