Struct bitcoinnode_interface::NodeAddrLocal
source · pub struct NodeAddrLocal {
pub addr_local: Service,
}
Fields§
§addr_local: Service
| Our address, as reported by the peer |
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NodeAddrLocal
impl Send for NodeAddrLocal
impl Sync for NodeAddrLocal
impl Unpin for NodeAddrLocal
impl UnwindSafe for NodeAddrLocal
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more