Struct windows_sys::Devices::Bluetooth::BluetoothError
[−]#[repr(transparent)]pub struct BluetoothError(pub i32);
Expand description
Required features: "Devices_Bluetooth"
Tuple Fields
0: i32
Implementations
impl BluetoothError
impl BluetoothError
pub const Success: Self = Self(0i32)
pub const RadioNotAvailable: Self = Self(1i32)
pub const ResourceInUse: Self = Self(2i32)
pub const DeviceNotConnected: Self = Self(3i32)
pub const OtherError: Self = Self(4i32)
pub const DisabledByPolicy: Self = Self(5i32)
pub const NotSupported: Self = Self(6i32)
pub const DisabledByUser: Self = Self(7i32)
pub const ConsentRequired: Self = Self(8i32)
pub const TransportNotSupported: Self = Self(9i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more