Struct ctru_sys::udsNodeInfo
source · #[repr(C)]pub struct udsNodeInfo {
pub uds_friendcodeseed: u64_,
pub __bindgen_anon_1: udsNodeInfo__bindgen_ty_1,
pub NetworkNodeID: u16_,
pub pad_x22: u16_,
pub word_x24: u32_,
}
Expand description
Node info struct.
Fields§
§uds_friendcodeseed: u64_
§__bindgen_anon_1: udsNodeInfo__bindgen_ty_1
§NetworkNodeID: u16_
§pad_x22: u16_
§word_x24: u32_
Trait Implementations§
source§impl Clone for udsNodeInfo
impl Clone for udsNodeInfo
source§fn clone(&self) -> udsNodeInfo
fn clone(&self) -> udsNodeInfo
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