#[repr(C)]pub struct IdaxAddressRange {
pub start: u64,
pub end: u64,
}Fields§
§start: u64§end: u64Trait Implementations§
Source§impl Clone for IdaxAddressRange
impl Clone for IdaxAddressRange
Source§fn clone(&self) -> IdaxAddressRange
fn clone(&self) -> IdaxAddressRange
Returns a duplicate 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 IdaxAddressRange
impl Debug for IdaxAddressRange
Source§impl Default for IdaxAddressRange
impl Default for IdaxAddressRange
Source§fn default() -> IdaxAddressRange
fn default() -> IdaxAddressRange
Returns the “default value” for a type. Read more
impl Copy for IdaxAddressRange
Auto Trait Implementations§
impl Freeze for IdaxAddressRange
impl RefUnwindSafe for IdaxAddressRange
impl Send for IdaxAddressRange
impl Sync for IdaxAddressRange
impl Unpin for IdaxAddressRange
impl UnsafeUnpin for IdaxAddressRange
impl UnwindSafe for IdaxAddressRange
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