pub struct TcRandomizer(/* private fields */);Expand description
The standard randomizer for Telecommand (TC) frames.
Implementations§
Source§impl TcRandomizer
impl TcRandomizer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TcRandomizer
impl RefUnwindSafe for TcRandomizer
impl Send for TcRandomizer
impl Sync for TcRandomizer
impl Unpin for TcRandomizer
impl UnsafeUnpin for TcRandomizer
impl UnwindSafe for TcRandomizer
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