pub struct FrameLimiter { /* private fields */ }
Expand description
A struct that rappresent a frame limiter
Implementations§
Trait Implementations§
Source§impl Debug for FrameLimiter
impl Debug for FrameLimiter
Auto Trait Implementations§
impl Freeze for FrameLimiter
impl RefUnwindSafe for FrameLimiter
impl Send for FrameLimiter
impl Sync for FrameLimiter
impl Unpin for FrameLimiter
impl UnwindSafe for FrameLimiter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more