Struct timely::logging::CommChannelsEvent [] [src]

pub struct CommChannelsEvent {
    pub comm_channel: Option<usize>,
    pub comm_channel_kind: CommChannelKind,
}

Event on a communication channel

Fields

Communication channel identifier

Kind of communication channel (progress / data)

Trait Implementations

impl Abomonation for CommChannelsEvent
[src]

[src]

Write any additional information about &self beyond its binary representation. Read more

[src]

Reports the number of further bytes required to entomb self.

[src]

Recover any information for &mut self not evident from its binary representation. Read more

impl Debug for CommChannelsEvent
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CommChannelsEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<CommChannelsEvent> for TimelyEvent
[src]

[src]

Performs the conversion.