Struct DeviceInformationKind
#[repr(transparent)]pub struct DeviceInformationKind(pub i32);Tuple Fields§
§0: i32Implementations§
§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 duplicate 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
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