pub struct StanceSupportRunV1 {
pub start_frame: usize,
pub end_frame: usize,
}Expand description
One maximal V1 support run, expressed as inclusive sampled-frame indices.
Fields§
§start_frame: usizeFirst supporting frame in the run.
end_frame: usizeLast supporting frame in the run.
Trait Implementations§
Source§impl Clone for StanceSupportRunV1
impl Clone for StanceSupportRunV1
Source§fn clone(&self) -> StanceSupportRunV1
fn clone(&self) -> StanceSupportRunV1
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 moreimpl Copy for StanceSupportRunV1
Source§impl Debug for StanceSupportRunV1
impl Debug for StanceSupportRunV1
impl Eq for StanceSupportRunV1
Source§impl PartialEq for StanceSupportRunV1
impl PartialEq for StanceSupportRunV1
impl StructuralPartialEq for StanceSupportRunV1
Auto Trait Implementations§
impl Freeze for StanceSupportRunV1
impl RefUnwindSafe for StanceSupportRunV1
impl Send for StanceSupportRunV1
impl Sync for StanceSupportRunV1
impl Unpin for StanceSupportRunV1
impl UnsafeUnpin for StanceSupportRunV1
impl UnwindSafe for StanceSupportRunV1
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