Struct windows_sys::Devices::Bluetooth::BluetoothAddressType
[−]#[repr(transparent)]pub struct BluetoothAddressType(pub i32);Expand description
Required features: ‘Devices_Bluetooth’
Tuple Fields
0: i32Implementations
impl BluetoothAddressType
impl BluetoothAddressType
Trait Implementations
impl Clone for BluetoothAddressType
impl Clone for BluetoothAddressType
impl Copy for BluetoothAddressType
Auto Trait Implementations
impl RefUnwindSafe for BluetoothAddressType
impl Send for BluetoothAddressType
impl Sync for BluetoothAddressType
impl Unpin for BluetoothAddressType
impl UnwindSafe for BluetoothAddressType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more