Enum enet_client::ClickDuration [−][src]
pub enum ClickDuration {
Short,
Long,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClickDuration
impl Send for ClickDuration
impl Sync for ClickDuration
impl Unpin for ClickDuration
impl UnwindSafe for ClickDuration
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more