pub enum HackRfType {
Jawbreaker,
One,
Rad1o,
}Expand description
The type of HackRF device that was detected.
Variants§
Trait Implementations§
Source§impl Clone for HackRfType
impl Clone for HackRfType
Source§fn clone(&self) -> HackRfType
fn clone(&self) -> HackRfType
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 HackRfType
impl Debug for HackRfType
Source§impl Display for HackRfType
impl Display for HackRfType
Source§impl PartialEq for HackRfType
impl PartialEq for HackRfType
impl Copy for HackRfType
impl Eq for HackRfType
impl StructuralPartialEq for HackRfType
Auto Trait Implementations§
impl Freeze for HackRfType
impl RefUnwindSafe for HackRfType
impl Send for HackRfType
impl Sync for HackRfType
impl Unpin for HackRfType
impl UnwindSafe for HackRfType
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