pub enum AxDeviceEnum {}Expand description
A unified enum that represents different categories of devices.
Trait Implementations§
Source§impl BaseDriverOps for AxDeviceEnum
impl BaseDriverOps for AxDeviceEnum
Source§fn device_type(&self) -> DeviceType
fn device_type(&self) -> DeviceType
The type of the device.
Source§fn device_name(&self) -> &str
fn device_name(&self) -> &str
The name of the device.
Auto Trait Implementations§
impl Freeze for AxDeviceEnum
impl RefUnwindSafe for AxDeviceEnum
impl Send for AxDeviceEnum
impl Sync for AxDeviceEnum
impl Unpin for AxDeviceEnum
impl UnwindSafe for AxDeviceEnum
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