Struct tor_cell::chancell::ChanCmd [−][src]
pub struct ChanCmd(_);Expand description
A ChanCmd is the type of a channel cell. The value of the ChanCmd indicates the meaning of the cell, and (possibly) its length.
Implementations
Create a new circuit (no public-key)
Finish a circuit-creation handshake (no public-key)
Relay cell, transmitted over a circuit. Limited.
Adjust channel-padding settings
Provide additional certificates beyond those given in the TLS handshake
Challenge material used in relay-to-relay handshake.
Response material used in relay-to-relay handshake.
Return true if this value is one that we recognize.
Return true if this command is for a cell using the the variable-length format.
Return true if this command is one that accepts the particular
circuit ID id.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ChanCmd
impl UnwindSafe for ChanCmd
Blanket Implementations
Mutably borrows from an owned value. Read more