pub struct PCodeOpId(/* private fields */);Expand description
A stable identifier for a user-defined p-code operation.
These are the define pcodeop names in a SLEIGH specification: operations
with no p-code semantics, which a consumer must interpret itself.
Implementations§
Trait Implementations§
impl Copy for PCodeOpId
Source§impl<'de> Deserialize<'de> for PCodeOpId
impl<'de> Deserialize<'de> for PCodeOpId
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 Eq for PCodeOpId
impl Identifier for PCodeOpId
Source§impl Ord for PCodeOpId
impl Ord for PCodeOpId
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Auto Trait Implementations§
impl Freeze for PCodeOpId
impl RefUnwindSafe for PCodeOpId
impl Send for PCodeOpId
impl Sync for PCodeOpId
impl Unpin for PCodeOpId
impl UnsafeUnpin for PCodeOpId
impl UnwindSafe for PCodeOpId
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