#[repr(C)]pub struct udsConnectionStatus {
pub status: u32_,
pub unk_x4: u32_,
pub cur_NetworkNodeID: u16_,
pub unk_xa: u16_,
pub unk_xc: [u32_; 8],
pub total_nodes: u8_,
pub max_nodes: u8_,
pub node_bitmask: u16_,
}Expand description
Connection status struct.
Fields§
§status: u32_§unk_x4: u32_§cur_NetworkNodeID: u16_§unk_xa: u16_§unk_xc: [u32_; 8]§total_nodes: u8_§max_nodes: u8_§node_bitmask: u16_Trait Implementations§
Source§impl Clone for udsConnectionStatus
impl Clone for udsConnectionStatus
Source§fn clone(&self) -> udsConnectionStatus
fn clone(&self) -> udsConnectionStatus
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 Debug for udsConnectionStatus
impl Debug for udsConnectionStatus
Source§impl Default for udsConnectionStatus
impl Default for udsConnectionStatus
Source§fn default() -> udsConnectionStatus
fn default() -> udsConnectionStatus
Returns the “default value” for a type. Read more
impl Copy for udsConnectionStatus
Auto Trait Implementations§
impl Freeze for udsConnectionStatus
impl RefUnwindSafe for udsConnectionStatus
impl Send for udsConnectionStatus
impl Sync for udsConnectionStatus
impl Unpin for udsConnectionStatus
impl UnwindSafe for udsConnectionStatus
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)