[][src]Struct aimc_fps_counter::Clear

pub struct Clear {}

Clear the buffer used when FpsCounter calculates its rolling average.

Implementations

impl Clear[src]

pub const ID: u8[src]

Trait Implementations

impl FromCtx<Endian, [u8]> for Clear[src]

impl Handler<Clear> for FpsCounter[src]

type Response = Ack

The type of response.

impl<'a> IntoCtx<Endian, [u8]> for &'a Clear[src]

impl IntoCtx<Endian, [u8]> for Clear[src]

impl SizeWith<Endian> for Clear[src]

impl<'a> TryFromCtx<'a, Endian, [u8]> for Clear where
    Clear: 'a, 
[src]

type Error = Error

impl<'a> TryIntoCtx<Endian, [u8]> for &'a Clear[src]

type Error = Error

impl TryIntoCtx<Endian, [u8]> for Clear[src]

type Error = Error

Auto Trait Implementations

impl RefUnwindSafe for Clear

impl Send for Clear

impl Sync for Clear

impl Unpin for Clear

impl UnwindSafe for Clear

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.