#[repr(C)]pub struct BLUETOOTH_RADIO_INFO {
pub dwSize: DWORD,
pub address: BLUETOOTH_ADDRESS,
pub szName: [WCHAR; 248],
pub ulClassofDevice: ULONG,
pub lmpSubversion: USHORT,
pub manufacturer: USHORT,
}
Fields§
§dwSize: DWORD
§address: BLUETOOTH_ADDRESS
§szName: [WCHAR; 248]
§ulClassofDevice: ULONG
§lmpSubversion: USHORT
§manufacturer: USHORT
Trait Implementations§
Source§impl Clone for BLUETOOTH_RADIO_INFO
impl Clone for BLUETOOTH_RADIO_INFO
Source§fn clone(&self) -> BLUETOOTH_RADIO_INFO
fn clone(&self) -> BLUETOOTH_RADIO_INFO
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for BLUETOOTH_RADIO_INFO
impl Default for BLUETOOTH_RADIO_INFO
Source§fn default() -> BLUETOOTH_RADIO_INFO
fn default() -> BLUETOOTH_RADIO_INFO
Returns the “default value” for a type. Read more
impl Copy for BLUETOOTH_RADIO_INFO
Auto Trait Implementations§
impl Freeze for BLUETOOTH_RADIO_INFO
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