Struct capsules_extra::bus::BusAddr32BE
source · pub struct BusAddr32BE(/* private fields */);
Expand description
32 bit Big Endian Bus Address
Trait Implementations§
source§impl BusAddr for BusAddr32BE
impl BusAddr for BusAddr32BE
Auto Trait Implementations§
impl Freeze for BusAddr32BE
impl RefUnwindSafe for BusAddr32BE
impl Send for BusAddr32BE
impl Sync for BusAddr32BE
impl Unpin for BusAddr32BE
impl UnwindSafe for BusAddr32BE
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