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