#[repr(C)]pub struct BLUETOOTH_LOCAL_SERVICE_INFO {
pub Enabled: BOOL,
pub btAddr: BLUETOOTH_ADDRESS,
pub szName: [u16; 256],
pub szDeviceString: [u16; 256],
}
Expand description
Required features: "Win32_Devices_Bluetooth"
, "Win32_Foundation"
Fields
Enabled: BOOL
btAddr: BLUETOOTH_ADDRESS
szName: [u16; 256]
szDeviceString: [u16; 256]
Trait Implementations
impl Clone for BLUETOOTH_LOCAL_SERVICE_INFO
impl Clone for BLUETOOTH_LOCAL_SERVICE_INFO
impl Copy for BLUETOOTH_LOCAL_SERVICE_INFO
Auto Trait Implementations
impl RefUnwindSafe for BLUETOOTH_LOCAL_SERVICE_INFO
impl Send for BLUETOOTH_LOCAL_SERVICE_INFO
impl Sync for BLUETOOTH_LOCAL_SERVICE_INFO
impl Unpin for BLUETOOTH_LOCAL_SERVICE_INFO
impl UnwindSafe for BLUETOOTH_LOCAL_SERVICE_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more