pub struct EquivalentRange {
pub end: AddressValue,
pub equivalent: Equivalent,
}Fields§
§end: AddressValue§equivalent: EquivalentTrait Implementations§
Source§impl Clone for EquivalentRange
impl Clone for EquivalentRange
Source§fn clone(&self) -> EquivalentRange
fn clone(&self) -> EquivalentRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EquivalentRange
impl Debug for EquivalentRange
impl Eq for EquivalentRange
Source§impl PartialEq for EquivalentRange
impl PartialEq for EquivalentRange
Source§fn eq(&self, other: &EquivalentRange) -> bool
fn eq(&self, other: &EquivalentRange) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EquivalentRange
Auto Trait Implementations§
impl Freeze for EquivalentRange
impl RefUnwindSafe for EquivalentRange
impl Send for EquivalentRange
impl Sync for EquivalentRange
impl Unpin for EquivalentRange
impl UnsafeUnpin for EquivalentRange
impl UnwindSafe for EquivalentRange
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