Struct windows_sys::Win32::Devices::Bluetooth::BLUETOOTH_ADDRESS
[−]#[repr(C)]pub struct BLUETOOTH_ADDRESS {
pub Anonymous: BLUETOOTH_ADDRESS_0,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
Fields
Anonymous: BLUETOOTH_ADDRESS_0
Trait Implementations
impl Clone for BLUETOOTH_ADDRESS
impl Clone for BLUETOOTH_ADDRESS
impl Copy for BLUETOOTH_ADDRESS
Auto Trait Implementations
impl RefUnwindSafe for BLUETOOTH_ADDRESS
impl Send for BLUETOOTH_ADDRESS
impl Sync for BLUETOOTH_ADDRESS
impl Unpin for BLUETOOTH_ADDRESS
impl UnwindSafe for BLUETOOTH_ADDRESS
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