Struct binaryninja::architecture::CoreFlagClass
source · pub struct CoreFlagClass(/* private fields */);
Trait Implementations§
source§impl Clone for CoreFlagClass
impl Clone for CoreFlagClass
source§fn clone(&self) -> CoreFlagClass
fn clone(&self) -> CoreFlagClass
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 FlagClass for CoreFlagClass
impl FlagClass for CoreFlagClass
source§impl Hash for CoreFlagClass
impl Hash for CoreFlagClass
source§impl PartialEq for CoreFlagClass
impl PartialEq for CoreFlagClass
source§fn eq(&self, other: &CoreFlagClass) -> bool
fn eq(&self, other: &CoreFlagClass) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CoreFlagClass
impl Eq for CoreFlagClass
impl StructuralPartialEq for CoreFlagClass
Auto Trait Implementations§
impl RefUnwindSafe for CoreFlagClass
impl !Send for CoreFlagClass
impl !Sync for CoreFlagClass
impl Unpin for CoreFlagClass
impl UnwindSafe for CoreFlagClass
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