pub struct PointData {
pub values: Vec<[f32; 5]>,
}
Fields§
§values: Vec<[f32; 5]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PointData
impl RefUnwindSafe for PointData
impl Send for PointData
impl Sync for PointData
impl Unpin for PointData
impl UnwindSafe for PointData
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