pub struct SupportedPlatform {
pub jawbreaker: bool,
pub hackrf1_og: bool,
pub rad1o: bool,
pub hackrf1_r9: bool,
}Expand description
Compatible platforms for this board.
Fields§
§jawbreaker: bool§hackrf1_og: bool§rad1o: bool§hackrf1_r9: boolTrait Implementations§
Source§impl Clone for SupportedPlatform
impl Clone for SupportedPlatform
Source§fn clone(&self) -> SupportedPlatform
fn clone(&self) -> SupportedPlatform
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SupportedPlatform
impl Debug for SupportedPlatform
impl Copy for SupportedPlatform
Auto Trait Implementations§
impl Freeze for SupportedPlatform
impl RefUnwindSafe for SupportedPlatform
impl Send for SupportedPlatform
impl Sync for SupportedPlatform
impl Unpin for SupportedPlatform
impl UnwindSafe for SupportedPlatform
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