Struct windows_sys::Devices::Enumeration::Pnp::PnpObjectType
[−]#[repr(transparent)]pub struct PnpObjectType(pub i32);
Expand description
Required features: "Devices_Enumeration_Pnp"
Tuple Fields
0: i32
Implementations
impl PnpObjectType
impl PnpObjectType
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 PnpObjectType
impl Clone for PnpObjectType
impl Copy for PnpObjectType
Auto Trait Implementations
impl RefUnwindSafe for PnpObjectType
impl Send for PnpObjectType
impl Sync for PnpObjectType
impl Unpin for PnpObjectType
impl UnwindSafe for PnpObjectType
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