pub struct RestorationWindow {
pub start_iter: i32,
pub end_iter: i32,
}Expand description
Contiguous runs of iters tagged 'r' in the alpha-primal char
column — one entry per restoration entry → exit cycle.
Fields§
§start_iter: i32§end_iter: i32Trait Implementations§
Source§impl Clone for RestorationWindow
impl Clone for RestorationWindow
Source§fn clone(&self) -> RestorationWindow
fn clone(&self) -> RestorationWindow
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 RestorationWindow
impl Debug for RestorationWindow
Source§impl<'de> Deserialize<'de> for RestorationWindow
impl<'de> Deserialize<'de> for RestorationWindow
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RestorationWindow
impl PartialEq for RestorationWindow
Source§fn eq(&self, other: &RestorationWindow) -> bool
fn eq(&self, other: &RestorationWindow) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RestorationWindow
impl Serialize for RestorationWindow
impl StructuralPartialEq for RestorationWindow
Auto Trait Implementations§
impl Freeze for RestorationWindow
impl RefUnwindSafe for RestorationWindow
impl Send for RestorationWindow
impl Sync for RestorationWindow
impl Unpin for RestorationWindow
impl UnsafeUnpin for RestorationWindow
impl UnwindSafe for RestorationWindow
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