pub struct RadioInfo {
pub model: String,
}Expand description
Information returned by Radio::identify.
Fields§
§model: StringRadio model identifier (e.g., “TH-D75”).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RadioInfo
impl RefUnwindSafe for RadioInfo
impl Send for RadioInfo
impl Sync for RadioInfo
impl Unpin for RadioInfo
impl UnwindSafe for RadioInfo
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