Union ctru_sys::udsNodeInfo__bindgen_ty_1
source · #[repr(C)]
pub union udsNodeInfo__bindgen_ty_1 {
pub usercfg: [u8_; 24],
pub __bindgen_anon_1: udsNodeInfo__bindgen_ty_1__bindgen_ty_1,
}
Fields§
§usercfg: [u8_; 24]
§__bindgen_anon_1: udsNodeInfo__bindgen_ty_1__bindgen_ty_1
Trait Implementations§
source§impl Clone for udsNodeInfo__bindgen_ty_1
impl Clone for udsNodeInfo__bindgen_ty_1
source§fn clone(&self) -> udsNodeInfo__bindgen_ty_1
fn clone(&self) -> udsNodeInfo__bindgen_ty_1
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