#[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 duplicate 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 Default for udsNodeInfo
impl Default for udsNodeInfo
impl Copy for udsNodeInfo
Auto Trait Implementations§
impl Freeze for udsNodeInfo
impl RefUnwindSafe for udsNodeInfo
impl Send for udsNodeInfo
impl Sync for udsNodeInfo
impl Unpin for udsNodeInfo
impl UnwindSafe for udsNodeInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)