Browse Source

Update uds.rs

pull/156/head^2
Jhynjhiruu 9 months ago committed by GitHub
parent
commit
33a4b1ca0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ctru-rs/src/services/uds.rs

2
ctru-rs/src/services/uds.rs

@ -128,7 +128,7 @@ impl TryFrom<u8> for ConnectionType { @@ -128,7 +128,7 @@ impl TryFrom<u8> for ConnectionType {
/// ID for a node on the network.
#[doc(alias = "NetworkNodeID")]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum NodeID {
/// No node ID set (not connected to a network).
None,

Loading…
Cancel
Save