pub struct RadioIndices {
pub channel: SystemState,
pub send: SystemState,
pub receive: SystemState,
pub data: [SystemState; 4],
}Fields§
§channel: SystemState§send: SystemState§receive: SystemState§data: [SystemState; 4]Auto Trait Implementations§
impl Freeze for RadioIndices
impl RefUnwindSafe for RadioIndices
impl Send for RadioIndices
impl Sync for RadioIndices
impl Unpin for RadioIndices
impl UnwindSafe for RadioIndices
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