Struct bitcoin_test::ConnmanTestMsg
source · pub struct ConnmanTestMsg { /* private fields */ }
Implementations§
source§impl ConnmanTestMsg
impl ConnmanTestMsg
pub fn set_peer_connect_timeout(&mut self, timeout: i64)
pub fn add_test_node(&mut self, node: &mut Node)
pub fn clear_test_nodes(&mut self)
pub fn process_messages_once(&mut self, node: &mut AmoWriteGuard<'_, Node>)
pub fn node_receive_msg_bytes( &self, node: &mut Node, msg_bytes: &[u8], complete: &mut bool )
pub fn receive_msg_from( &self, node: &mut Node, ser_msg: &mut SerializedNetMsg ) -> bool
Auto Trait Implementations§
impl !RefUnwindSafe for ConnmanTestMsg
impl Send for ConnmanTestMsg
impl Sync for ConnmanTestMsg
impl Unpin for ConnmanTestMsg
impl !UnwindSafe for ConnmanTestMsg
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