[−][src]Struct aimc_fps_counter::Clear
Clear the buffer used when FpsCounter calculates its rolling average.
Implementations
impl Clear[src]
Trait Implementations
impl FromCtx<Endian, [u8]> for Clear[src]
impl Handler<Clear> for FpsCounter[src]
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]
Clear: 'a,
type Error = Error
fn try_from_ctx(
src: &'a [u8],
ctx: Endian
) -> Result<(Self, usize), Self::Error>[src]
src: &'a [u8],
ctx: Endian
) -> Result<(Self, usize), Self::Error>
impl<'a> TryIntoCtx<Endian, [u8]> for &'a Clear[src]
type Error = Error
fn try_into_ctx(self, dst: &mut [u8], ctx: Endian) -> Result<usize, Self::Error>[src]
impl TryIntoCtx<Endian, [u8]> for Clear[src]
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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
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]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,