#[repr(transparent)]pub struct DeviceInformationKind(pub i32);
Expand description
Required features: "Devices_Enumeration"
Tuple Fields
0: i32
Implementations
impl DeviceInformationKind
impl DeviceInformationKind
pub const Unknown: Self = Self(0i32)
pub const DeviceInterface: Self = Self(1i32)
pub const DeviceContainer: Self = Self(2i32)
pub const Device: Self = Self(3i32)
pub const DeviceInterfaceClass: Self = Self(4i32)
pub const AssociationEndpoint: Self = Self(5i32)
pub const AssociationEndpointContainer: Self = Self(6i32)
pub const AssociationEndpointService: Self = Self(7i32)
pub const DevicePanel: Self = Self(8i32)
Trait Implementations
impl Clone for DeviceInformationKind
impl Clone for DeviceInformationKind
impl Copy for DeviceInformationKind
Auto Trait Implementations
impl RefUnwindSafe for DeviceInformationKind
impl Send for DeviceInformationKind
impl Sync for DeviceInformationKind
impl Unpin for DeviceInformationKind
impl UnwindSafe for DeviceInformationKind
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