pub struct Tertiary;Expand description
The third processor side, for peripherals that connect three processors.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tertiary
impl RefUnwindSafe for Tertiary
impl Send for Tertiary
impl Sync for Tertiary
impl Unpin for Tertiary
impl UnsafeUnpin for Tertiary
impl UnwindSafe for Tertiary
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