pub struct FinalTime {
pub start: Decimal,
pub end: Decimal,
}Expand description
The final time of a HLTAS.
startis the minimum final time, assuming all 0ms ducktap framebulks are 0ms.endis the maximum final time, assuming all 0ms ducktap framebulks aren’t 0ms.
Fields§
§start: DecimalThe minimum final time.
end: DecimalThe maximum final time.
Trait Implementations§
impl Copy for FinalTime
impl Eq for FinalTime
impl StructuralPartialEq for FinalTime
Auto Trait Implementations§
impl Freeze for FinalTime
impl RefUnwindSafe for FinalTime
impl Send for FinalTime
impl Sync for FinalTime
impl Unpin for FinalTime
impl UnwindSafe for FinalTime
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