#[repr(C)]
pub union IoTokenPacket {
pub rx_data: *mut ReceiveData,
pub tx_data: *mut TransmitData,
}Fields
rx_data: *mut ReceiveDatatx_data: *mut TransmitDataTrait Implementations
sourceimpl Clone for IoTokenPacket
impl Clone for IoTokenPacket
sourcefn clone(&self) -> IoTokenPacket
fn clone(&self) -> IoTokenPacket
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for IoTokenPacket
Auto Trait Implementations
impl RefUnwindSafe for IoTokenPacket
impl !Send for IoTokenPacket
impl !Sync for IoTokenPacket
impl Unpin for IoTokenPacket
impl UnwindSafe for IoTokenPacket
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more