Struct capsules_extra::bus::BusAddr16LE
source · pub struct BusAddr16LE(/* private fields */);
Expand description
16 bit Little Endian Bus Address
Trait Implementations§
source§impl BusAddr for BusAddr16LE
impl BusAddr for BusAddr16LE
source§impl From<BusAddr16LE> for BusAddr8080
impl From<BusAddr16LE> for BusAddr8080
source§fn from(value: BusAddr16LE) -> Self
fn from(value: BusAddr16LE) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BusAddr16LE
impl RefUnwindSafe for BusAddr16LE
impl Send for BusAddr16LE
impl Sync for BusAddr16LE
impl Unpin for BusAddr16LE
impl UnwindSafe for BusAddr16LE
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