pub enum DeviceIdSource {
DisableDeviceId = 0,
BluetoothSig = 1,
UsbImplementersForum = 2,
}
Variants§
Trait Implementations§
Source§impl Debug for DeviceIdSource
impl Debug for DeviceIdSource
Source§impl Pack for DeviceIdSource
impl Pack for DeviceIdSource
Auto Trait Implementations§
impl Freeze for DeviceIdSource
impl RefUnwindSafe for DeviceIdSource
impl Send for DeviceIdSource
impl Sync for DeviceIdSource
impl Unpin for DeviceIdSource
impl UnwindSafe for DeviceIdSource
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