#[repr(transparent)]pub struct InfraredStatus(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for InfraredStatus
impl Clone for InfraredStatus
Source§fn clone(&self) -> InfraredStatus
fn clone(&self) -> InfraredStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InfraredStatus
Source§impl Debug for InfraredStatus
impl Debug for InfraredStatus
impl Eq for InfraredStatus
Source§impl Hash for InfraredStatus
impl Hash for InfraredStatus
Source§impl PartialEq for InfraredStatus
impl PartialEq for InfraredStatus
Source§fn eq(&self, other: &InfraredStatus) -> bool
fn eq(&self, other: &InfraredStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InfraredStatus
Auto Trait Implementations§
impl Freeze for InfraredStatus
impl RefUnwindSafe for InfraredStatus
impl Send for InfraredStatus
impl Sync for InfraredStatus
impl Unpin for InfraredStatus
impl UnsafeUnpin for InfraredStatus
impl UnwindSafe for InfraredStatus
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