#[repr(transparent)]pub struct InfraredWorkerGetSignalResponse(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for InfraredWorkerGetSignalResponse
impl Clone for InfraredWorkerGetSignalResponse
Source§fn clone(&self) -> InfraredWorkerGetSignalResponse
fn clone(&self) -> InfraredWorkerGetSignalResponse
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 moreSource§impl PartialEq for InfraredWorkerGetSignalResponse
impl PartialEq for InfraredWorkerGetSignalResponse
Source§fn eq(&self, other: &InfraredWorkerGetSignalResponse) -> bool
fn eq(&self, other: &InfraredWorkerGetSignalResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InfraredWorkerGetSignalResponse
impl Eq for InfraredWorkerGetSignalResponse
impl StructuralPartialEq for InfraredWorkerGetSignalResponse
Auto Trait Implementations§
impl Freeze for InfraredWorkerGetSignalResponse
impl RefUnwindSafe for InfraredWorkerGetSignalResponse
impl Send for InfraredWorkerGetSignalResponse
impl Sync for InfraredWorkerGetSignalResponse
impl Unpin for InfraredWorkerGetSignalResponse
impl UnwindSafe for InfraredWorkerGetSignalResponse
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