#[repr(C)]pub struct udsNodeInfo__bindgen_ty_1__bindgen_ty_1 {
pub username: [u16_; 10],
pub unk_x1c: u16_,
pub flag: u8_,
pub pad_x1f: u8_,
}
Fields§
§username: [u16_; 10]
§unk_x1c: u16_
§flag: u8_
§pad_x1f: u8_
Trait Implementations§
source§impl Clone for udsNodeInfo__bindgen_ty_1__bindgen_ty_1
impl Clone for udsNodeInfo__bindgen_ty_1__bindgen_ty_1
source§fn clone(&self) -> udsNodeInfo__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> udsNodeInfo__bindgen_ty_1__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 moresource§impl Debug for udsNodeInfo__bindgen_ty_1__bindgen_ty_1
impl Debug for udsNodeInfo__bindgen_ty_1__bindgen_ty_1
source§impl Default for udsNodeInfo__bindgen_ty_1__bindgen_ty_1
impl Default for udsNodeInfo__bindgen_ty_1__bindgen_ty_1
source§fn default() -> udsNodeInfo__bindgen_ty_1__bindgen_ty_1
fn default() -> udsNodeInfo__bindgen_ty_1__bindgen_ty_1
Returns the “default value” for a type. Read more