Struct binaryninja::architecture::UnusedIntrinsic
source · pub struct UnusedIntrinsic;
Expand description
Type for architrectures that do not use intrinsics. Will panic if accessed as an intrinsic.
Trait Implementations§
source§impl Clone for UnusedIntrinsic
impl Clone for UnusedIntrinsic
source§fn clone(&self) -> UnusedIntrinsic
fn clone(&self) -> UnusedIntrinsic
Returns a copy 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 Hash for UnusedIntrinsic
impl Hash for UnusedIntrinsic
source§impl Intrinsic for UnusedIntrinsic
impl Intrinsic for UnusedIntrinsic
source§impl PartialEq for UnusedIntrinsic
impl PartialEq for UnusedIntrinsic
source§fn eq(&self, other: &UnusedIntrinsic) -> bool
fn eq(&self, other: &UnusedIntrinsic) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UnusedIntrinsic
impl Eq for UnusedIntrinsic
impl StructuralPartialEq for UnusedIntrinsic
Auto Trait Implementations§
impl RefUnwindSafe for UnusedIntrinsic
impl Send for UnusedIntrinsic
impl Sync for UnusedIntrinsic
impl Unpin for UnusedIntrinsic
impl UnwindSafe for UnusedIntrinsic
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