Struct windows_sys::Devices::Bluetooth::BluetoothAddressType
[−]#[repr(transparent)]pub struct BluetoothAddressType(pub i32);
Expand description
Required features: "Devices_Bluetooth"
Tuple Fields
0: i32
Implementations
impl BluetoothAddressType
impl BluetoothAddressType
pub const Public: Self = Self(0i32)
pub const Random: Self = Self(1i32)
pub const Unspecified: Self = Self(2i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more