#[repr(transparent)]pub struct FuriHalSubGhzPath(pub c_uchar);Expand description
Switchable Radio Paths
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for FuriHalSubGhzPath
impl Clone for FuriHalSubGhzPath
Source§fn clone(&self) -> FuriHalSubGhzPath
fn clone(&self) -> FuriHalSubGhzPath
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 FuriHalSubGhzPath
impl Debug for FuriHalSubGhzPath
Source§impl Hash for FuriHalSubGhzPath
impl Hash for FuriHalSubGhzPath
Source§impl PartialEq for FuriHalSubGhzPath
impl PartialEq for FuriHalSubGhzPath
impl Copy for FuriHalSubGhzPath
impl Eq for FuriHalSubGhzPath
impl StructuralPartialEq for FuriHalSubGhzPath
Auto Trait Implementations§
impl Freeze for FuriHalSubGhzPath
impl RefUnwindSafe for FuriHalSubGhzPath
impl Send for FuriHalSubGhzPath
impl Sync for FuriHalSubGhzPath
impl Unpin for FuriHalSubGhzPath
impl UnwindSafe for FuriHalSubGhzPath
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