Struct bip_utracker::announce::ClientState [] [src]

pub struct ClientState { /* fields omitted */ }

Announce state of a client reported to the server.

Methods

impl ClientState
[src]

Create a new ClientState.

Construct the ClientState from the given bytes.

Write the ClientState to the given writer.

Event reported by the client.

Bytes left to be downloaded.

Bytes already uploaded.

Bytes already downloaded.

Trait Implementations

impl Debug for ClientState
[src]

Formats the value using the given formatter.

impl PartialEq for ClientState
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ClientState
[src]

impl Copy for ClientState
[src]

impl Clone for ClientState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more