pub struct Freq(/* private fields */);Expand description
Frequency in ticks per second
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Freq
impl RefUnwindSafe for Freq
impl Send for Freq
impl Sync for Freq
impl Unpin for Freq
impl UnwindSafe for Freq
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