#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InfraredErrorCode
impl Debug for InfraredErrorCode
Source§impl Hash for InfraredErrorCode
impl Hash for InfraredErrorCode
Source§impl PartialEq for InfraredErrorCode
impl PartialEq for InfraredErrorCode
impl Copy for InfraredErrorCode
impl Eq for InfraredErrorCode
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 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