pub struct Grammeter<'io, IO = PtrIO> { /* private fields */ }Expand description
Cardinal Grammeter
The Turbo Encabulator contains twelve cardinal grammeters. Each has the following features:
- Automatically synchronizing.
- Fully independent of the five dingle arms.
- Produces reliable entropic measurements.
Implementations§
Trait Implementations§
impl<IO> Copy for Grammeter<'_, IO>
impl<'io, IO: Eq> Eq for Grammeter<'io, IO>
impl<IO: Sync> Send for Grammeter<'_, IO>
impl<'io, IO> StructuralPartialEq for Grammeter<'io, IO>
impl<IO: Sync> Sync for Grammeter<'_, IO>
Auto Trait Implementations§
impl<'io, IO> Freeze for Grammeter<'io, IO>
impl<'io, IO> RefUnwindSafe for Grammeter<'io, IO>where
IO: RefUnwindSafe,
impl<'io, IO> Unpin for Grammeter<'io, IO>
impl<'io, IO> UnwindSafe for Grammeter<'io, IO>where
IO: RefUnwindSafe,
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