#[repr(transparent)]pub struct SubGhzProtocolType(pub c_uchar);
Tuple Fields§
§0: c_uchar
Trait 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 · 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 SubGhzProtocolType
impl Debug for SubGhzProtocolType
Source§impl Hash for SubGhzProtocolType
impl Hash for SubGhzProtocolType
Source§impl PartialEq for SubGhzProtocolType
impl PartialEq for SubGhzProtocolType
impl Copy for SubGhzProtocolType
impl Eq for SubGhzProtocolType
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 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