pub enum XrefType {
Call,
Jump,
Data,
}Variants§
Trait Implementations§
impl Copy for XrefType
impl Eq for XrefType
Source§impl Ord for XrefType
impl Ord for XrefType
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for XrefType
impl PartialOrd for XrefType
impl StructuralPartialEq for XrefType
Auto Trait Implementations§
impl Freeze for XrefType
impl RefUnwindSafe for XrefType
impl Send for XrefType
impl Sync for XrefType
impl Unpin for XrefType
impl UnsafeUnpin for XrefType
impl UnwindSafe for XrefType
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