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

pub struct ClientState { /* fields omitted */ }

Announce state of a client reported to the server.

Methods

impl ClientState
[src]

[src]

Create a new ClientState.

[src]

Construct the ClientState from the given bytes.

[src]

Write the ClientState to the given writer.

[src]

Event reported by the client.

[src]

Bytes left to be downloaded.

[src]

Bytes already uploaded.

[src]

Bytes already downloaded.

Trait Implementations

impl Debug for ClientState
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ClientState
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for ClientState
[src]

impl Copy for ClientState
[src]

impl Clone for ClientState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more