pub struct DiscoveredBluOSDevice {
pub name: String,
pub hostname: String,
pub port: u16,
}Fields§
§name: String§hostname: String§port: u16Auto Trait Implementations§
impl Freeze for DiscoveredBluOSDevice
impl RefUnwindSafe for DiscoveredBluOSDevice
impl Send for DiscoveredBluOSDevice
impl Sync for DiscoveredBluOSDevice
impl Unpin for DiscoveredBluOSDevice
impl UnsafeUnpin for DiscoveredBluOSDevice
impl UnwindSafe for DiscoveredBluOSDevice
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