pub struct TimeIntent {
pub τs_offset: i32,
pub deadline: Option<i32>,
}Expand description
Time intent carried by events
Fields§
§τs_offset: i32Intended state time (relative offset in wire format)
deadline: Option<i32>Optional deadline for perceptual events
Implementations§
Trait Implementations§
Source§impl Clone for TimeIntent
impl Clone for TimeIntent
Source§fn clone(&self) -> TimeIntent
fn clone(&self) -> TimeIntent
Returns a duplicate 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 TimeIntent
impl Debug for TimeIntent
Source§impl Default for TimeIntent
impl Default for TimeIntent
Source§fn default() -> TimeIntent
fn default() -> TimeIntent
Returns the “default value” for a type. Read more
impl Copy for TimeIntent
Auto Trait Implementations§
impl Freeze for TimeIntent
impl RefUnwindSafe for TimeIntent
impl Send for TimeIntent
impl Sync for TimeIntent
impl Unpin for TimeIntent
impl UnwindSafe for TimeIntent
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