pub struct TimeInState {
pub step: u32,
pub value: u64,
}
Fields§
§step: u32
§value: u64
Trait Implementations§
Source§impl Clone for TimeInState
impl Clone for TimeInState
Source§fn clone(&self) -> TimeInState
fn clone(&self) -> TimeInState
Returns a copy of the value. Read more
1.0.0 · 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 TimeInState
impl Debug for TimeInState
Source§impl Default for TimeInState
impl Default for TimeInState
Source§fn default() -> TimeInState
fn default() -> TimeInState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TimeInState
impl RefUnwindSafe for TimeInState
impl Send for TimeInState
impl Sync for TimeInState
impl Unpin for TimeInState
impl UnwindSafe for TimeInState
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