Struct joycon_sys::mcu::MCURequestCRC
source · #[repr(packed(1))]pub struct MCURequestCRC { /* private fields */ }
Implementations§
source§impl MCURequestCRC
impl MCURequestCRC
pub fn compute_crc8(&mut self, id: IRRequestId)
Trait Implementations§
source§impl Clone for MCURequestCRC
impl Clone for MCURequestCRC
source§fn clone(&self) -> MCURequestCRC
fn clone(&self) -> MCURequestCRC
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 moreimpl Copy for MCURequestCRC
Auto Trait Implementations§
impl Freeze for MCURequestCRC
impl RefUnwindSafe for MCURequestCRC
impl Send for MCURequestCRC
impl Sync for MCURequestCRC
impl Unpin for MCURequestCRC
impl UnwindSafe for MCURequestCRC
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