#[repr(C)]pub struct udsNetworkScanInfo {
pub datareply_entry: nwmBeaconDataReplyEntry,
pub network: udsNetworkStruct,
pub nodes: [udsNodeInfo; 16],
}Expand description
Output structure generated from host scanning output.
Fields§
§datareply_entry: nwmBeaconDataReplyEntry§network: udsNetworkStruct§nodes: [udsNodeInfo; 16]Trait Implementations§
Source§impl Clone for udsNetworkScanInfo
impl Clone for udsNetworkScanInfo
Source§fn clone(&self) -> udsNetworkScanInfo
fn clone(&self) -> udsNetworkScanInfo
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 udsNetworkScanInfo
impl Default for udsNetworkScanInfo
impl Copy for udsNetworkScanInfo
Auto Trait Implementations§
impl Freeze for udsNetworkScanInfo
impl RefUnwindSafe for udsNetworkScanInfo
impl Send for udsNetworkScanInfo
impl Sync for udsNetworkScanInfo
impl Unpin for udsNetworkScanInfo
impl UnwindSafe for udsNetworkScanInfo
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)