Struct steamworks::SingleClient[][src]

pub struct SingleClient<Manager = ClientManager> { /* fields omitted */ }
Expand description

Allows access parts of the steam api that can only be called on a single thread at any given time.

Implementations

Runs any currently pending callbacks

This runs all currently pending callbacks on the current thread.

This should be called frequently (e.g. once per a frame) in order to reduce the latency between recieving events.

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.