pub struct VarData {
pub name: String,
pub typee: String,
pub values: Vec<f64>,
pub angles: Option<Vec<f64>>,
}
Fields§
§name: String
§typee: String
§values: Vec<f64>
§angles: Option<Vec<f64>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VarData
impl RefUnwindSafe for VarData
impl Send for VarData
impl Sync for VarData
impl Unpin for VarData
impl UnwindSafe for VarData
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