Struct capsules_extra::bus::BusAddr8
source · pub struct BusAddr8(/* private fields */);
Expand description
Each BusAddr
struct represents a specific data width and endianness.
8 bit Bus Address
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BusAddr8
impl RefUnwindSafe for BusAddr8
impl Send for BusAddr8
impl Sync for BusAddr8
impl Unpin for BusAddr8
impl UnwindSafe for BusAddr8
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