Struct amethyst_core::frame_limiter::FrameRateLimitConfig[][src]

pub struct FrameRateLimitConfig { /* fields omitted */ }

Frame limit config

Trait Implementations

impl Debug for FrameRateLimitConfig
[src]

Formats the value using the given formatter. Read more

impl Clone for FrameRateLimitConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FrameRateLimitConfig
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for FrameRateLimitConfig

impl Sync for FrameRateLimitConfig