#[repr(C)]pub union IoTokenPacket {
pub rx_data: *mut ReceiveData,
pub tx_data: *mut TransmitData,
}
Fields§
§rx_data: *mut ReceiveData
§tx_data: *mut TransmitData
Trait Implementations§
Source§impl Clone for IoTokenPacket
impl Clone for IoTokenPacket
Source§fn clone(&self) -> IoTokenPacket
fn clone(&self) -> IoTokenPacket
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for IoTokenPacket
Auto Trait Implementations§
impl Freeze for IoTokenPacket
impl RefUnwindSafe for IoTokenPacket
impl !Send for IoTokenPacket
impl !Sync for IoTokenPacket
impl Unpin for IoTokenPacket
impl UnwindSafe for IoTokenPacket
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