Struct windows_sys::Win32::Devices::Bluetooth::BLUETOOTH_RADIO_INFO
#[repr(C)]pub struct BLUETOOTH_RADIO_INFO {
pub dwSize: u32,
pub address: BLUETOOTH_ADDRESS,
pub szName: [u16; 248],
pub ulClassofDevice: u32,
pub lmpSubversion: u16,
pub manufacturer: u16,
}
Fields§
§dwSize: u32
§address: BLUETOOTH_ADDRESS
§szName: [u16; 248]
§ulClassofDevice: u32
§lmpSubversion: u16
§manufacturer: u16
Trait Implementations§
§impl Clone for BLUETOOTH_RADIO_INFO
impl Clone for BLUETOOTH_RADIO_INFO
impl Copy for BLUETOOTH_RADIO_INFO
Auto Trait Implementations§
impl RefUnwindSafe for BLUETOOTH_RADIO_INFO
impl Send for BLUETOOTH_RADIO_INFO
impl Sync for BLUETOOTH_RADIO_INFO
impl Unpin for BLUETOOTH_RADIO_INFO
impl UnwindSafe for BLUETOOTH_RADIO_INFO
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