pub struct RunLoopRateHz(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for RunLoopRateHz
impl Clone for RunLoopRateHz
Source§fn clone(&self) -> RunLoopRateHz
fn clone(&self) -> RunLoopRateHz
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RunLoopRateHz
impl Debug for RunLoopRateHz
Source§impl PartialEq for RunLoopRateHz
impl PartialEq for RunLoopRateHz
Source§fn eq(&self, other: &RunLoopRateHz) -> bool
fn eq(&self, other: &RunLoopRateHz) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RunLoopRateHz
impl StructuralPartialEq for RunLoopRateHz
Auto Trait Implementations§
impl Freeze for RunLoopRateHz
impl RefUnwindSafe for RunLoopRateHz
impl Send for RunLoopRateHz
impl Sync for RunLoopRateHz
impl Unpin for RunLoopRateHz
impl UnsafeUnpin for RunLoopRateHz
impl UnwindSafe for RunLoopRateHz
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