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