#[repr(C)]pub struct VectorF64 { /* private fields */ }
Expand description
A vector type whose element type is f64.
Trait Implementations§
Source§impl ExternType for VectorF64
impl ExternType for VectorF64
impl UniquePtrTarget for VectorF64
Auto Trait Implementations§
impl !Freeze for VectorF64
impl RefUnwindSafe for VectorF64
impl !Send for VectorF64
impl !Sync for VectorF64
impl !Unpin for VectorF64
impl UnwindSafe for VectorF64
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