Struct bitcoinnode_interface::NodeVSend
source · pub struct NodeVSend {
pub map_send_bytes_per_msg_cmd: MapMsgCmdSize,
pub n_send_size: usize,
pub n_send_offset: usize,
pub n_send_bytes: u64,
pub send_msg: VecDeque<Vec<u8>>,
}
Fields§
§map_send_bytes_per_msg_cmd: MapMsgCmdSize
§n_send_size: usize
| Total size of all vSendMsg entries | |
n_send_offset: usize
| Offset inside the first vSendMsg already | sent |
n_send_bytes: u64
§send_msg: VecDeque<Vec<u8>>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NodeVSend
impl Send for NodeVSend
impl Sync for NodeVSend
impl Unpin for NodeVSend
impl UnwindSafe for NodeVSend
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