Enum bitcoin_network::net_addr::BIP155Network
source · #[repr(u8)]
pub enum BIP155Network {
IPV4,
IPV6,
TORV2,
TORV3,
I2P,
CJDNS,
}Expand description
| BIP155 network ids recognized by this | software. |
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for BIP155Network
impl Send for BIP155Network
impl Sync for BIP155Network
impl Unpin for BIP155Network
impl UnwindSafe for BIP155Network
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