pub struct IntervalSimple {
pub lo: f32,
pub hi: f32,
pub id: usize,
}Fields§
§lo: f32§hi: f32§id: usizeAuto Trait Implementations§
impl Freeze for IntervalSimple
impl RefUnwindSafe for IntervalSimple
impl Send for IntervalSimple
impl Sync for IntervalSimple
impl Unpin for IntervalSimple
impl UnsafeUnpin for IntervalSimple
impl UnwindSafe for IntervalSimple
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