Struct tugger_binary_analysis::UndefinedSymbol
source · [−]pub struct UndefinedSymbol {
pub symbol: String,
pub filename: Option<String>,
pub version: Option<String>,
}Fields
symbol: Stringfilename: Option<String>version: Option<String>Trait Implementations
sourceimpl Debug for UndefinedSymbol
impl Debug for UndefinedSymbol
sourceimpl Ord for UndefinedSymbol
impl Ord for UndefinedSymbol
sourcefn cmp(&self, other: &UndefinedSymbol) -> Ordering
fn cmp(&self, other: &UndefinedSymbol) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Self where
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Self where
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<UndefinedSymbol> for UndefinedSymbol
impl PartialEq<UndefinedSymbol> for UndefinedSymbol
sourcefn eq(&self, other: &UndefinedSymbol) -> bool
fn eq(&self, other: &UndefinedSymbol) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &UndefinedSymbol) -> bool
fn ne(&self, other: &UndefinedSymbol) -> bool
This method tests for !=.
sourceimpl PartialOrd<UndefinedSymbol> for UndefinedSymbol
impl PartialOrd<UndefinedSymbol> for UndefinedSymbol
sourcefn partial_cmp(&self, other: &UndefinedSymbol) -> Option<Ordering>
fn partial_cmp(&self, other: &UndefinedSymbol) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Eq for UndefinedSymbol
impl StructuralEq for UndefinedSymbol
impl StructuralPartialEq for UndefinedSymbol
Auto Trait Implementations
impl RefUnwindSafe for UndefinedSymbol
impl Send for UndefinedSymbol
impl Sync for UndefinedSymbol
impl Unpin for UndefinedSymbol
impl UnwindSafe for UndefinedSymbol
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more