pub struct AddressRange {
pub start: u64,
pub end: u64,
}
Fields§
§start: u64
§end: u64
Trait Implementations§
source§impl Clone for AddressRange
impl Clone for AddressRange
source§fn clone(&self) -> AddressRange
fn clone(&self) -> AddressRange
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 CoreArrayProvider for AddressRange
impl CoreArrayProvider for AddressRange
source§impl Debug for AddressRange
impl Debug for AddressRange
source§impl From<AddressRange> for BNAddressRange
impl From<AddressRange> for BNAddressRange
source§fn from(raw: AddressRange) -> Self
fn from(raw: AddressRange) -> Self
Converts to this type from the input type.
source§impl From<BNAddressRange> for AddressRange
impl From<BNAddressRange> for AddressRange
source§fn from(raw: BNAddressRange) -> Self
fn from(raw: BNAddressRange) -> Self
Converts to this type from the input type.
source§impl Hash for AddressRange
impl Hash for AddressRange
source§impl PartialEq for AddressRange
impl PartialEq for AddressRange
impl Copy for AddressRange
impl Eq for AddressRange
impl StructuralPartialEq for AddressRange
Auto Trait Implementations§
impl Freeze for AddressRange
impl RefUnwindSafe for AddressRange
impl Send for AddressRange
impl Sync for AddressRange
impl Unpin for AddressRange
impl UnwindSafe for AddressRange
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