#[repr(C)]pub struct lvec_t {
pub length: uint_t,
pub data: *mut lsmp_t,
}Expand description
Buffer for real data in double precision
Fields§
§length: uint_t< length of buffer
data: *mut lsmp_t< data array of size [length]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for lvec_t
impl RefUnwindSafe for lvec_t
impl !Send for lvec_t
impl !Sync for lvec_t
impl Unpin for lvec_t
impl UnwindSafe for lvec_t
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