Enum capstone::arch::xcore::ArchSyntax
source · pub enum ArchSyntax {}
Trait Implementations§
source§impl Clone for ArchSyntax
impl Clone for ArchSyntax
source§fn clone(&self) -> ArchSyntax
fn clone(&self) -> ArchSyntax
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 Debug for ArchSyntax
impl Debug for ArchSyntax
source§impl From<ArchSyntax> for Syntax
impl From<ArchSyntax> for Syntax
source§fn from(other: ArchSyntax) -> Syntax
fn from(other: ArchSyntax) -> Syntax
Converts to this type from the input type.
source§impl Hash for ArchSyntax
impl Hash for ArchSyntax
source§impl PartialEq for ArchSyntax
impl PartialEq for ArchSyntax
source§fn eq(&self, other: &ArchSyntax) -> bool
fn eq(&self, other: &ArchSyntax) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ArchSyntax
impl Eq for ArchSyntax
impl StructuralPartialEq for ArchSyntax
Auto Trait Implementations§
impl RefUnwindSafe for ArchSyntax
impl Send for ArchSyntax
impl Sync for ArchSyntax
impl Unpin for ArchSyntax
impl UnwindSafe for ArchSyntax
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