pub struct TickRange {
pub tick_lower_index: i32,
pub tick_upper_index: i32,
}
Fields§
§tick_lower_index: i32
§tick_upper_index: i32
Trait Implementations§
impl Copy for TickRange
impl Eq for TickRange
impl StructuralPartialEq for TickRange
Auto Trait Implementations§
impl Freeze for TickRange
impl RefUnwindSafe for TickRange
impl Send for TickRange
impl Sync for TickRange
impl Unpin for TickRange
impl UnwindSafe for TickRange
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