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