#[repr(C)]pub struct ARVec {
pub v: Vec<ARdouble>,
pub clm: i32,
}Expand description
Vector structure
Fields§
§v: Vec<ARdouble>§clm: i32Implementations§
Trait Implementations§
impl StructuralPartialEq for ARVec
Auto Trait Implementations§
impl Freeze for ARVec
impl RefUnwindSafe for ARVec
impl Send for ARVec
impl Sync for ARVec
impl Unpin for ARVec
impl UnsafeUnpin for ARVec
impl UnwindSafe for ARVec
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