pub struct Tm255Randomizer(/* private fields */);Expand description
The legacy 255-byte randomizer for Telemetry (TM) frames.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tm255Randomizer
impl RefUnwindSafe for Tm255Randomizer
impl Send for Tm255Randomizer
impl Sync for Tm255Randomizer
impl Unpin for Tm255Randomizer
impl UnsafeUnpin for Tm255Randomizer
impl UnwindSafe for Tm255Randomizer
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