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