Struct device_connector::base::NullSinkElement
source · pub struct NullSinkElement;
Expand description
Null message sink.
Trait Implementations§
source§impl ElementBuildable for NullSinkElement
impl ElementBuildable for NullSinkElement
§type Config = EmptyElementConf
type Config = EmptyElementConf
Configuration type for this element
source§const RECV_PORTS: Port = 32u8
const RECV_PORTS: Port = 32u8
The number of receiving ports
source§fn acceptable_msg_types() -> Vec<Vec<MsgType>>
fn acceptable_msg_types() -> Vec<Vec<MsgType>>
Returns acceptable message type of this element
source§fn next(
&mut self,
_pipeline: &mut Pipeline,
receiver: &mut MsgReceiver
) -> ElementResult
fn next(
&mut self,
_pipeline: &mut Pipeline,
receiver: &mut MsgReceiver
) -> ElementResult
Get message from
receiver
and returns the result of this element.source§const SEND_PORTS: Port = 0u8
const SEND_PORTS: Port = 0u8
The number of sending ports