Struct ctru_sys::udsNetworkScanInfo
source · #[repr(C)]pub struct udsNetworkScanInfo {
pub datareply_entry: nwmBeaconDataReplyEntry,
pub network: udsNetworkStruct,
pub nodes: [udsNodeInfo; 16],
}
Expand description
Output structure generated from host scanning output.
Fields§
§datareply_entry: nwmBeaconDataReplyEntry
§network: udsNetworkStruct
§nodes: [udsNodeInfo; 16]
Trait Implementations§
source§impl Clone for udsNetworkScanInfo
impl Clone for udsNetworkScanInfo
source§fn clone(&self) -> udsNetworkScanInfo
fn clone(&self) -> udsNetworkScanInfo
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more