Enum binaryninja::types::HighlightStandardColor
source · pub enum HighlightStandardColor {
BlueHighlightColor,
GreenHighlightColor,
CyanHighlightColor,
RedHighlightColor,
MagentaHighlightColor,
YellowHighlightColor,
OrangeHighlightColor,
WhiteHighlightColor,
BlackHighlightColor,
}
Variants§
BlueHighlightColor
GreenHighlightColor
CyanHighlightColor
RedHighlightColor
MagentaHighlightColor
YellowHighlightColor
OrangeHighlightColor
WhiteHighlightColor
BlackHighlightColor
Implementations§
Trait Implementations§
source§impl Clone for HighlightStandardColor
impl Clone for HighlightStandardColor
source§fn clone(&self) -> HighlightStandardColor
fn clone(&self) -> HighlightStandardColor
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 HighlightStandardColor
impl Debug for HighlightStandardColor
source§impl Hash for HighlightStandardColor
impl Hash for HighlightStandardColor
source§impl PartialEq for HighlightStandardColor
impl PartialEq for HighlightStandardColor
source§fn eq(&self, other: &HighlightStandardColor) -> bool
fn eq(&self, other: &HighlightStandardColor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HighlightStandardColor
impl Eq for HighlightStandardColor
impl StructuralPartialEq for HighlightStandardColor
Auto Trait Implementations§
impl RefUnwindSafe for HighlightStandardColor
impl Send for HighlightStandardColor
impl Sync for HighlightStandardColor
impl Unpin for HighlightStandardColor
impl UnwindSafe for HighlightStandardColor
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