pub struct BusRange<A: BusAddress> { /* private fields */ }
Expand description
An interval in the address space of a bus.
Implementations§
Trait Implementations§
Source§impl<A: BusAddress> Ord for BusRange<A>
impl<A: BusAddress> Ord for BusRange<A>
1.21.0 · 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<A: BusAddress> PartialOrd for BusRange<A>
impl<A: BusAddress> PartialOrd for BusRange<A>
impl<A: Copy + BusAddress> Copy for BusRange<A>where
A::V: Copy,
impl<A: BusAddress> Eq for BusRange<A>
Auto Trait Implementations§
impl<A> Freeze for BusRange<A>
impl<A> RefUnwindSafe for BusRange<A>where
A: RefUnwindSafe,
<A as BusAddress>::V: RefUnwindSafe,
impl<A> Send for BusRange<A>
impl<A> Sync for BusRange<A>
impl<A> Unpin for BusRange<A>
impl<A> UnwindSafe for BusRange<A>where
A: UnwindSafe,
<A as BusAddress>::V: UnwindSafe,
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