Struct steamworks::AuthTicket [] [src]

pub struct AuthTicket(_);

A handle for an authentication ticket that can be used to cancel it.

Trait Implementations

impl Debug for AuthTicket
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AuthTicket

impl Sync for AuthTicket