pub struct BusAddr(/* private fields */);
Expand description
A bus memory address.
It’s a wrapper type around an u64
.
Implementations§
Trait Implementations§
source§impl Ord for BusAddr
impl Ord for BusAddr
source§impl PartialEq for BusAddr
impl PartialEq for BusAddr
source§impl PartialOrd for BusAddr
impl PartialOrd for BusAddr
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for BusAddr
impl Eq for BusAddr
impl StructuralPartialEq for BusAddr
Auto Trait Implementations§
impl Freeze for BusAddr
impl RefUnwindSafe for BusAddr
impl Send for BusAddr
impl Sync for BusAddr
impl Unpin for BusAddr
impl UnwindSafe for BusAddr
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