Struct windows_sys::Devices::Bluetooth::BluetoothError
[−]#[repr(transparent)]pub struct BluetoothError(pub i32);Expand description
Required features: ‘Devices_Bluetooth’
Tuple Fields
0: i32Implementations
impl BluetoothError
impl BluetoothError
pub const Success: Self
pub const RadioNotAvailable: Self
pub const ResourceInUse: Self
pub const DeviceNotConnected: Self
pub const OtherError: Self
pub const DisabledByPolicy: Self
pub const NotSupported: Self
pub const DisabledByUser: Self
pub const ConsentRequired: Self
pub const TransportNotSupported: Self
Trait Implementations
impl Clone for BluetoothError
impl Clone for BluetoothError
impl Copy for BluetoothError
Auto Trait Implementations
impl RefUnwindSafe for BluetoothError
impl Send for BluetoothError
impl Sync for BluetoothError
impl Unpin for BluetoothError
impl UnwindSafe for BluetoothError
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