Struct bitcoin_netmsg::NetMsgMaker
source · pub struct NetMsgMaker { /* private fields */ }
Implementations§
source§impl NetMsgMaker
impl NetMsgMaker
pub fn new(n_version_in: i32) -> Self
pub fn make_with_flags( &self, n_flags: i32, msg_type: &str, args: &[&dyn Any] ) -> SerializedNetMsg
pub fn make(&self, msg_type: &str, args: &[&dyn Any]) -> SerializedNetMsg
Auto Trait Implementations§
impl RefUnwindSafe for NetMsgMaker
impl Send for NetMsgMaker
impl Sync for NetMsgMaker
impl Unpin for NetMsgMaker
impl UnwindSafe for NetMsgMaker
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