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
pub const DeviceInterface: Self
pub const DeviceContainer: Self
pub const Device: Self
pub const DeviceInterfaceClass: Self
pub const AssociationEndpoint: Self
pub const AssociationEndpointContainer: Self
pub const AssociationEndpointService: Self
pub const DevicePanel: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more