pub struct RangedData { /* private fields */ }Expand description
A ranged struct
Implementations§
Trait Implementations§
source§impl RangeBounds<f32> for RangedData
impl RangeBounds<f32> for RangedData
Auto Trait Implementations§
impl Freeze for RangedData
impl RefUnwindSafe for RangedData
impl Send for RangedData
impl Sync for RangedData
impl Unpin for RangedData
impl UnwindSafe for RangedData
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