Struct joycon_sys::mcu::ir::IRAckRequestPacket
source · #[repr(packed(1))]pub struct IRAckRequestPacket {
pub packet_missing: RawId<Bool>,
pub missed_packet_id: u8,
pub ack_packet_id: u8,
}
Fields§
§packet_missing: RawId<Bool>
§missed_packet_id: u8
§ack_packet_id: u8
Trait Implementations§
source§impl Clone for IRAckRequestPacket
impl Clone for IRAckRequestPacket
source§fn clone(&self) -> IRAckRequestPacket
fn clone(&self) -> IRAckRequestPacket
Returns a copy 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 moresource§impl Debug for IRAckRequestPacket
impl Debug for IRAckRequestPacket
source§impl From<IRAckRequestPacket> for IRRequest
impl From<IRAckRequestPacket> for IRRequest
source§fn from(ack_request_packet: IRAckRequestPacket) -> Self
fn from(ack_request_packet: IRAckRequestPacket) -> Self
Converts to this type from the input type.
impl Copy for IRAckRequestPacket
Auto Trait Implementations§
impl Freeze for IRAckRequestPacket
impl RefUnwindSafe for IRAckRequestPacket
impl Send for IRAckRequestPacket
impl Sync for IRAckRequestPacket
impl Unpin for IRAckRequestPacket
impl UnwindSafe for IRAckRequestPacket
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