pub struct HLSSPIMux<const D: usize, const A: usize, const N: usize> {
pub from_masters: [SPIWiresSlave; N],
pub upstream: SoCBusResponder<D, A>,
/* private fields */
}
Fields
from_masters: [SPIWiresSlave; N]
upstream: SoCBusResponder<D, A>
Trait Implementations
Auto Trait Implementations
impl<const D: usize, const A: usize, const N: usize> RefUnwindSafe for HLSSPIMux<D, A, N>
impl<const D: usize, const A: usize, const N: usize> Send for HLSSPIMux<D, A, N>
impl<const D: usize, const A: usize, const N: usize> Sync for HLSSPIMux<D, A, N>
impl<const D: usize, const A: usize, const N: usize> Unpin for HLSSPIMux<D, A, N>
impl<const D: usize, const A: usize, const N: usize> UnwindSafe for HLSSPIMux<D, A, N>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more