#[repr(i32)]pub enum EBluetoothDeviceType {
Invalid = 0,
Unknown = 1,
Phone = 2,
Computer = 3,
Headset = 4,
Headphones = 5,
Speakers = 6,
OtherAudio = 7,
Mouse = 8,
Joystick = 9,
Gamepad = 10,
Keyboard = 11,
}Variants§
Invalid = 0
Unknown = 1
Phone = 2
Computer = 3
Headset = 4
Headphones = 5
Speakers = 6
OtherAudio = 7
Mouse = 8
Joystick = 9
Gamepad = 10
Keyboard = 11
Implementations§
Trait Implementations§
Source§impl Clone for EBluetoothDeviceType
impl Clone for EBluetoothDeviceType
Source§fn clone(&self) -> EBluetoothDeviceType
fn clone(&self) -> EBluetoothDeviceType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EBluetoothDeviceType
impl Debug for EBluetoothDeviceType
Source§impl Hash for EBluetoothDeviceType
impl Hash for EBluetoothDeviceType
Source§impl PartialEq for EBluetoothDeviceType
impl PartialEq for EBluetoothDeviceType
impl Copy for EBluetoothDeviceType
impl Eq for EBluetoothDeviceType
impl StructuralPartialEq for EBluetoothDeviceType
Auto Trait Implementations§
impl Freeze for EBluetoothDeviceType
impl RefUnwindSafe for EBluetoothDeviceType
impl Send for EBluetoothDeviceType
impl Sync for EBluetoothDeviceType
impl Unpin for EBluetoothDeviceType
impl UnsafeUnpin for EBluetoothDeviceType
impl UnwindSafe for EBluetoothDeviceType
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