pub struct USBStrings {
pub manufacturer: String,
pub product: String,
pub serial: String,
}Expand description
A set of USB strings for an RTL-SDR device.
Fields§
§manufacturer: String§product: String§serial: StringAuto Trait Implementations§
impl Freeze for USBStrings
impl RefUnwindSafe for USBStrings
impl Send for USBStrings
impl Sync for USBStrings
impl Unpin for USBStrings
impl UnwindSafe for USBStrings
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