pub struct NodeInfo(/* private fields */);Expand description
Information about a network node.
Implementations§
Source§impl NodeInfo
impl NodeInfo
Sourcepub fn uds_friendcodeseed(&self) -> u64
pub fn uds_friendcodeseed(&self) -> u64
Friend code seed associated with this network node.
Trait Implementations§
Source§impl From<udsNodeInfo> for NodeInfo
impl From<udsNodeInfo> for NodeInfo
Source§fn from(value: udsNodeInfo) -> Self
fn from(value: udsNodeInfo) -> Self
Converts to this type from the input type.
impl Copy for NodeInfo
Auto Trait Implementations§
impl Freeze for NodeInfo
impl RefUnwindSafe for NodeInfo
impl Send for NodeInfo
impl Sync for NodeInfo
impl Unpin for NodeInfo
impl UnwindSafe for NodeInfo
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)