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