Struct windows_sys::Win32::Devices::Bluetooth::BLUETOOTH_ADDRESS
#[repr(C)]pub struct BLUETOOTH_ADDRESS {
pub Anonymous: BLUETOOTH_ADDRESS_0,
}
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§
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