Struct windows::Devices::Enumeration::DeviceInformationKind
#[repr(transparent)]pub struct DeviceInformationKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl DeviceInformationKind
impl DeviceInformationKind
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 = _
pub const AssociationEndpointProtocol: Self = _
Trait Implementations§
§impl Clone for DeviceInformationKind
impl Clone for DeviceInformationKind
§fn clone(&self) -> DeviceInformationKind
fn clone(&self) -> DeviceInformationKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DeviceInformationKind
impl Debug for DeviceInformationKind
§impl Default for DeviceInformationKind
impl Default for DeviceInformationKind
§fn default() -> DeviceInformationKind
fn default() -> DeviceInformationKind
Returns the “default value” for a type. Read more
§impl PartialEq for DeviceInformationKind
impl PartialEq for DeviceInformationKind
§fn eq(&self, other: &DeviceInformationKind) -> bool
fn eq(&self, other: &DeviceInformationKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DeviceInformationKind
impl Eq for DeviceInformationKind
impl StructuralPartialEq for DeviceInformationKind
Auto Trait Implementations§
impl Freeze for DeviceInformationKind
impl RefUnwindSafe for DeviceInformationKind
impl Send for DeviceInformationKind
impl Sync for DeviceInformationKind
impl Unpin for DeviceInformationKind
impl UnwindSafe for DeviceInformationKind
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)